Html Css Color HEX #EC8814 Carrot Orange

📋 copy color: '#EC8814'

red 236 ◦ green 136 ◦ blue 20

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

Shades of Carrot Orange #EC8814

Tints of Carrot Orange #EC8814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 60.2%
G = 34.69%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC8814 (or 0xEC8814) is known color: Carrot Orange. HEX triplet: EC, 88 and 14. RGB value is (236,136,20). Sum of RGB (Red+Green+Blue) = 236+136+20=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8814 is #1377EB. Grayscale: #999999. Windows color (decimal): -1275884 or 1345772. OLE color: 1345772.

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

Color convert

RGB 236 136 20 -
CMYK 0 0.42 0.92 0.07
HSL 32.22º 0.85% 0.5% -
HSV(B) 32.22º 0.92% 0.93% -
XYZ 43.52 35.49 5.22 -
YUV 152.68 53.13 187.43 -
System Red Green Blue C M Y K H S L
Decimal 236 136 20 0 0.42 0.92 0.07 32.22 0.85 0.5
Hex EC 88 14 0 2A 5C 7 20 55 32
Octal 354 210 24 0 52 134 7 40 125 62
Binary 11101100 10001000 10100 0 101010 1011100 111 100000 1010101 110010

Color Harmonies of #EC8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8814

Black with #EC8814

Text Example


Text Example

White with #EC8814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8814; }

 p { color: rgb(236,136,20); }

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

background-color css

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

 a { background-color: rgb(236,136,20); }

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

border-color css

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

 span { border-color: rgb(236,136,20); }

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