Html Css Color HEX #EC9B1A Carrot Orange

📋 copy color: '#EC9B1A'

red 236 ◦ green 155 ◦ blue 26

#EC9B1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #EC9B1A

Tints of Carrot Orange #EC9B1A

RGB

 RED value IS 236 (92.58% from 255) = 56.59%

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 26 (10.55% from 255) = 6.24%

R = 56.59%
G = 37.17%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC9B1A (or 0xEC9B1A) is known color: Carrot Orange. HEX triplet: EC, 9B and 1A. RGB value is (236,155,26). Sum of RGB (Red+Green+Blue) = 236+155+26=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9B1A is #1364E5. Grayscale: #A5A5A5. Windows color (decimal): -1271014 or 1743852. OLE color: 1743852.

HSL color Cylindrical-coordinate representation of color #EC9B1A: hue angle of 36.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC9B1A is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 155 26 -
CMYK 0 0.34 0.89 0.07
HSL 36.86º 0.85% 0.51% -
HSV(B) 36.86º 0.89% 0.93% -
XYZ 46.5 41.35 6.51 -
YUV 164.51 49.84 178.99 -
System Red Green Blue C M Y K H S L
Decimal 236 155 26 0 0.34 0.89 0.07 36.86 0.85 0.51
Hex EC 9B 1A 0 22 59 7 25 55 33
Octal 354 233 32 0 42 131 7 45 125 63
Binary 11101100 10011011 11010 0 100010 1011001 111 100101 1010101 110011

Color Harmonies of #EC9B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9B1A

Black with #EC9B1A

Text Example


Text Example

White with #EC9B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9B1A; }

 p { color: rgb(236,155,26); }

 H1.HeaderClassName
 {
   color: #EC9B1A;
 }
 .AnyTagClassName
 {
   color: #EC9B1A;
 }
</style>

background-color css

<style>
 a { background-color: #EC9B1A; }

 a { background-color: rgb(236,155,26); }

 div.DivClassName
 {
   background-color: #EC9B1A;
 }
 .BgClassName
 {
   background-color: #EC9B1A;
 }
</style>

border-color css

<style>
 span { border-color: #EC9B1A; }

 span { border-color: rgb(236,155,26); }

 td.TdClassName
 {
   border-color: #EC9B1A;
 }
 .TagClassName
 {
   border-color: #EC9B1A;
 }
</style>