Html Css Color HEX #EC8219 Carrot Orange

📋 copy color: '#EC8219'

red 236 ◦ green 130 ◦ blue 25

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

Shades of Carrot Orange #EC8219

Tints of Carrot Orange #EC8219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 60.36%
G = 33.25%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC8219 (or 0xEC8219) is known color: Carrot Orange. HEX triplet: EC, 82 and 19. RGB value is (236,130,25). Sum of RGB (Red+Green+Blue) = 236+130+25=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8219 is #137DE6. Grayscale: #969696. Windows color (decimal): -1277415 or 1671916. OLE color: 1671916.

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

Color convert

RGB 236 130 25 -
CMYK 0 0.45 0.89 0.07
HSL 29.86º 0.85% 0.51% -
HSV(B) 29.86º 0.89% 0.93% -
XYZ 42.75 33.87 5.2 -
YUV 149.72 57.62 189.54 -
System Red Green Blue C M Y K H S L
Decimal 236 130 25 0 0.45 0.89 0.07 29.86 0.85 0.51
Hex EC 82 19 0 2D 59 7 1E 55 33
Octal 354 202 31 0 55 131 7 36 125 63
Binary 11101100 10000010 11001 0 101101 1011001 111 11110 1010101 110011

Color Harmonies of #EC8219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8219

Black with #EC8219

Text Example


Text Example

White with #EC8219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8219; }

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

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

background-color css

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

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

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

border-color css

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

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

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