Html Css Color HEX #EC811F Carrot Orange

📋 copy color: '#EC811F'

red 236 ◦ green 129 ◦ blue 31

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

Shades of Carrot Orange #EC811F

Tints of Carrot Orange #EC811F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

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

R = 59.6%
G = 32.58%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC811F (or 0xEC811F) is known color: Carrot Orange. HEX triplet: EC, 81 and 1F. RGB value is (236,129,31). Sum of RGB (Red+Green+Blue) = 236+129+31=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC811F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC811F is #137EE0. Grayscale: #969696. Windows color (decimal): -1277665 or 2064876. OLE color: 2064876.

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

Color convert

RGB 236 129 31 -
CMYK 0 0.45 0.87 0.07
HSL 28.68º 0.84% 0.52% -
HSV(B) 28.68º 0.87% 0.93% -
XYZ 42.69 33.63 5.54 -
YUV 149.82 60.95 189.47 -
System Red Green Blue C M Y K H S L
Decimal 236 129 31 0 0.45 0.87 0.07 28.68 0.84 0.52
Hex EC 81 1F 0 2D 57 7 1D 54 34
Octal 354 201 37 0 55 127 7 35 124 64
Binary 11101100 10000001 11111 0 101101 1010111 111 11101 1010100 110100

Color Harmonies of #EC811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC811F

Black with #EC811F

Text Example


Text Example

White with #EC811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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