Color Hex Logo

#ed963a Color Hex

#ED963A
(237,150,58)
0 Favorites   0 Comments

Color spaces of #ed963a

RGB 23715058
HSL0.090.830.58
HSV31°76°93°
CMYK 0.000.370.76   0.07
XYZ46.595140.12279.2916
Yxy40.12270.48530.4179
Hunter Lab63.342520.456335.6426
CIE-Lab69.556825.469659.4596

#ed963a color RGB value is (237,150,58).

#ed963a hex color red value is 237, green value is 150 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ed963a hue: 0.09 , saturation: 0.83 and the lightness value of ed963a is 0.58.

The process color (four color CMYK) of #ed963a color hex is 0.00, 0.37, 0.76, 0.07. Web safe color of #ed963a is #ff9933. Color #ed963a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 00111010
Octal 355 226 72
Decimal 237 150 58
Hex ED 96 3A

RGB Percentages of Color #ed963a

%53.26
%33.71
%13.03

CMYK Percentages of Color #ed963a

%0
%37
%76
%7

Triadic Colors of #ed963a

#ed963a #3aed96 #963aed

Analogous Colors of #ed963a

#ed963a #ebed3a #ed3d3a

Monochromatic Colors of #ed963a

#ed963a

Complementary Color

#ed963a #3a91ed

#ed963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed963a Color CSS Codes

.mybgcolor {background-color:#ed963a; } 
.myforecolor {color:#ed963a; }
.mybordercolor {border:3px solid #ed963a; }

#ed963a Text Font Color

<p style="color:#ed963a">Text here</p>

This sample text font color is #ed963a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ed963a Background Color

<div style="background-color:#ed963a">
Div content here</div>

This div background color is #ed963a


#ed963a Border Color

<div style="border:3px solid #ed963a">
Div here</div>

This div border color is #ed963a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,150,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed963a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed963a;
  -webkit-box-shadow: 1px 1px 3px 2px #ed963a;
  box-shadow:         1px 1px 3px 2px #ed963a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,150,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed963a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ed963a;
  -webkit-box-shadow: 1px 1px 3px 2px #ed963a;
  box-shadow:         1px 1px 3px 2px #ed963a;">
Div content here</div>

This div box has shadow with color #ed963a


Comments

No comments written yet.

Please login to write comment.