Html Css Color HEX #EC9C1F Carrot Orange

📋 copy color: '#EC9C1F'

red 236 ◦ green 156 ◦ blue 31

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

Shades of Carrot Orange #EC9C1F

Tints of Carrot Orange #EC9C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

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

R = 55.79%
G = 36.88%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC9C1F (or 0xEC9C1F) is known color: Carrot Orange. HEX triplet: EC, 9C and 1F. RGB value is (236,156,31). Sum of RGB (Red+Green+Blue) = 236+156+31=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C1F is #1363E0. Grayscale: #A6A6A6. Windows color (decimal): -1270753 or 2071788. OLE color: 2071788.

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

Color convert

RGB 236 156 31 -
CMYK 0 0.34 0.87 0.07
HSL 36.59º 0.84% 0.52% -
HSV(B) 36.59º 0.87% 0.93% -
XYZ 46.73 41.71 6.88 -
YUV 165.67 52 178.16 -
System Red Green Blue C M Y K H S L
Decimal 236 156 31 0 0.34 0.87 0.07 36.59 0.84 0.52
Hex EC 9C 1F 0 22 57 7 25 54 34
Octal 354 234 37 0 42 127 7 45 124 64
Binary 11101100 10011100 11111 0 100010 1010111 111 100101 1010100 110100

Color Harmonies of #EC9C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C1F

Black with #EC9C1F

Text Example


Text Example

White with #EC9C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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