Html Css Color HEX #EC9D1F Carrot Orange

📋 copy color: '#EC9D1F'

red 236 ◦ green 157 ◦ blue 31

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

Shades of Carrot Orange #EC9D1F

Tints of Carrot Orange #EC9D1F

RGB

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

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

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

R = 55.66%
G = 37.03%
B = 7.31%

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

#EC9D1F (or 0xEC9D1F) is known color: Carrot Orange. HEX triplet: EC, 9D and 1F. RGB value is (236,157,31). Sum of RGB (Red+Green+Blue) = 236+157+31=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9D1F is #1362E0. Grayscale: #A6A6A6. Windows color (decimal): -1270497 or 2072044. OLE color: 2072044.

HSL color Cylindrical-coordinate representation of color #EC9D1F: hue angle of 36.88º 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 #EC9D1F is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 157 31 -
CMYK 0 0.33 0.87 0.07
HSL 36.88º 0.84% 0.52% -
HSV(B) 36.88º 0.87% 0.93% -
XYZ 46.9 42.05 6.94 -
YUV 166.26 51.67 177.75 -
System Red Green Blue C M Y K H S L
Decimal 236 157 31 0 0.33 0.87 0.07 36.88 0.84 0.52
Hex EC 9D 1F 0 21 57 7 25 54 34
Octal 354 235 37 0 41 127 7 45 124 64
Binary 11101100 10011101 11111 0 100001 1010111 111 100101 1010100 110100

Color Harmonies of #EC9D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D1F

Black with #EC9D1F

Text Example


Text Example

White with #EC9D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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