Html Css Color HEX #EC9D1B Carrot Orange

📋 copy color: '#EC9D1B'

red 236 ◦ green 157 ◦ blue 27

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

Shades of Carrot Orange #EC9D1B

Tints of Carrot Orange #EC9D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.43%

R = 56.19%
G = 37.38%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC9D1B (or 0xEC9D1B) is known color: Carrot Orange. HEX triplet: EC, 9D and 1B. RGB value is (236,157,27). Sum of RGB (Red+Green+Blue) = 236+157+27=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9D1B is #1362E4. Grayscale: #A6A6A6. Windows color (decimal): -1270501 or 1809900. OLE color: 1809900.

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

Color convert

RGB 236 157 27 -
CMYK 0 0.33 0.89 0.07
HSL 37.32º 0.85% 0.52% -
HSV(B) 37.32º 0.89% 0.93% -
XYZ 46.85 42.03 6.68 -
YUV 165.8 49.67 178.07 -
System Red Green Blue C M Y K H S L
Decimal 236 157 27 0 0.33 0.89 0.07 37.32 0.85 0.52
Hex EC 9D 1B 0 21 59 7 25 55 34
Octal 354 235 33 0 41 131 7 45 125 64
Binary 11101100 10011101 11011 0 100001 1011001 111 100101 1010101 110100

Color Harmonies of #EC9D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D1B

Black with #EC9D1B

Text Example


Text Example

White with #EC9D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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