Html Css Color HEX #EC9E1F Carrot Orange

📋 copy color: '#EC9E1F'

red 236 ◦ green 158 ◦ blue 31

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

Shades of Carrot Orange #EC9E1F

Tints of Carrot Orange #EC9E1F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.18%

 BLUE value IS 31 (12.5% from 255) = 7.29%

R = 55.53%
G = 37.18%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC9E1F (or 0xEC9E1F) is known color: Carrot Orange. HEX triplet: EC, 9E and 1F. RGB value is (236,158,31). Sum of RGB (Red+Green+Blue) = 236+158+31=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9E1F is #1361E0. Grayscale: #A7A7A7. Windows color (decimal): -1270241 or 2072300. OLE color: 2072300.

HSL color Cylindrical-coordinate representation of color #EC9E1F: hue angle of 37.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC9E1F is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 158 31 -
CMYK 0 0.33 0.87 0.07
HSL 37.17º 0.84% 0.52% -
HSV(B) 37.17º 0.87% 0.93% -
XYZ 47.07 42.39 7 -
YUV 166.84 51.34 177.33 -
System Red Green Blue C M Y K H S L
Decimal 236 158 31 0 0.33 0.87 0.07 37.17 0.84 0.52
Hex EC 9E 1F 0 21 57 7 25 54 34
Octal 354 236 37 0 41 127 7 45 124 64
Binary 11101100 10011110 11111 0 100001 1010111 111 100101 1010100 110100

Color Harmonies of #EC9E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E1F

Black with #EC9E1F

Text Example


Text Example

White with #EC9E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E1F; }

 p { color: rgb(236,158,31); }

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

background-color css

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

 a { background-color: rgb(236,158,31); }

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

border-color css

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

 span { border-color: rgb(236,158,31); }

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