Html Css Color HEX #EC9D1C Carrot Orange

📋 copy color: '#EC9D1C'

red 236 ◦ green 157 ◦ blue 28

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

Shades of Carrot Orange #EC9D1C

Tints of Carrot Orange #EC9D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.29%

 BLUE value IS 28 (11.33% from 255) = 6.65%

R = 56.06%
G = 37.29%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC9D1C (or 0xEC9D1C) is known color: Carrot Orange. HEX triplet: EC, 9D and 1C. RGB value is (236,157,28). Sum of RGB (Red+Green+Blue) = 236+157+28=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9D1C is #1362E3. Grayscale: #A6A6A6. Windows color (decimal): -1270500 or 1875436. OLE color: 1875436.

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

Color convert

RGB 236 157 28 -
CMYK 0 0.33 0.88 0.07
HSL 37.21º 0.85% 0.52% -
HSV(B) 37.21º 0.88% 0.93% -
XYZ 46.86 42.03 6.74 -
YUV 165.92 50.17 177.99 -
System Red Green Blue C M Y K H S L
Decimal 236 157 28 0 0.33 0.88 0.07 37.21 0.85 0.52
Hex EC 9D 1C 0 21 58 7 25 55 34
Octal 354 235 34 0 41 130 7 45 125 64
Binary 11101100 10011101 11100 0 100001 1011000 111 100101 1010101 110100

Color Harmonies of #EC9D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D1C

Black with #EC9D1C

Text Example


Text Example

White with #EC9D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D1C; }

 p { color: rgb(236,157,28); }

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

background-color css

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

 a { background-color: rgb(236,157,28); }

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

border-color css

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

 span { border-color: rgb(236,157,28); }

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