Html Css Color HEX #EC8019 Carrot Orange

📋 copy color: '#EC8019'

red 236 ◦ green 128 ◦ blue 25

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

Shades of Carrot Orange #EC8019

Tints of Carrot Orange #EC8019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 25 (10.16% from 255) = 6.43%

R = 60.67%
G = 32.9%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC8019 (or 0xEC8019) is known color: Carrot Orange. HEX triplet: EC, 80 and 19. RGB value is (236,128,25). Sum of RGB (Red+Green+Blue) = 236+128+25=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8019 is #137FE6. Grayscale: #959595. Windows color (decimal): -1277927 or 1671404. OLE color: 1671404.

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

Color convert

RGB 236 128 25 -
CMYK 0 0.46 0.89 0.07
HSL 29.29º 0.85% 0.51% -
HSV(B) 29.29º 0.89% 0.93% -
XYZ 42.49 33.34 5.12 -
YUV 148.55 58.28 190.38 -
System Red Green Blue C M Y K H S L
Decimal 236 128 25 0 0.46 0.89 0.07 29.29 0.85 0.51
Hex EC 80 19 0 2E 59 7 1D 55 33
Octal 354 200 31 0 56 131 7 35 125 63
Binary 11101100 10000000 11001 0 101110 1011001 111 11101 1010101 110011

Color Harmonies of #EC8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8019

Black with #EC8019

Text Example


Text Example

White with #EC8019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8019; }

 p { color: rgb(236,128,25); }

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

background-color css

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

 a { background-color: rgb(236,128,25); }

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

border-color css

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

 span { border-color: rgb(236,128,25); }

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