Html Css Color HEX #EC911F Carrot Orange

📋 copy color: '#EC911F'

red 236 ◦ green 145 ◦ blue 31

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

Shades of Carrot Orange #EC911F

Tints of Carrot Orange #EC911F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

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

R = 57.28%
G = 35.19%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC911F (or 0xEC911F) is known color: Carrot Orange. HEX triplet: EC, 91 and 1F. RGB value is (236,145,31). Sum of RGB (Red+Green+Blue) = 236+145+31=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC911F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC911F is #136EE0. Grayscale: #9F9F9F. Windows color (decimal): -1273569 or 2068972. OLE color: 2068972.

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

Color convert

RGB 236 145 31 -
CMYK 0 0.39 0.87 0.07
HSL 33.37º 0.84% 0.52% -
HSV(B) 33.37º 0.87% 0.93% -
XYZ 44.96 38.18 6.3 -
YUV 159.21 55.65 182.77 -
System Red Green Blue C M Y K H S L
Decimal 236 145 31 0 0.39 0.87 0.07 33.37 0.84 0.52
Hex EC 91 1F 0 27 57 7 21 54 34
Octal 354 221 37 0 47 127 7 41 124 64
Binary 11101100 10010001 11111 0 100111 1010111 111 100001 1010100 110100

Color Harmonies of #EC911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC911F

Black with #EC911F

Text Example


Text Example

White with #EC911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC911F; }

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

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

background-color css

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

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

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

border-color css

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

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

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