Html Css Color HEX #E08215 Carrot Orange

📋 copy color: '#E08215'

red 224 ◦ green 130 ◦ blue 21

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

Shades of Carrot Orange #E08215

Tints of Carrot Orange #E08215

RGB

 RED value IS 224 (87.89% from 255) = 59.73%

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

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 59.73%
G = 34.67%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E08215 (or 0xE08215) is known color: Carrot Orange. HEX triplet: E0, 82 and 15. RGB value is (224,130,21). Sum of RGB (Red+Green+Blue) = 224+130+21=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E08215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08215 is #1F7DEA. Grayscale: #929292. Windows color (decimal): -2063851 or 1409760. OLE color: 1409760.

HSL color Cylindrical-coordinate representation of color #E08215: hue angle of 32.22º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E08215 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 21 -
CMYK 0 0.42 0.91 0.12
HSL 32.22º 0.83% 0.48% -
HSV(B) 32.22º 0.91% 0.88% -
XYZ 38.86 31.87 4.81 -
YUV 145.68 57.64 183.86 -
System Red Green Blue C M Y K H S L
Decimal 224 130 21 0 0.42 0.91 0.12 32.22 0.83 0.48
Hex E0 82 15 0 2A 5B C 20 53 30
Octal 340 202 25 0 52 133 14 40 123 60
Binary 11100000 10000010 10101 0 101010 1011011 1100 100000 1010011 110000

Color Harmonies of #E08215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08215

Black with #E08215

Text Example


Text Example

White with #E08215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08215; }

 p { color: rgb(224,130,21); }

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

background-color css

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

 a { background-color: rgb(224,130,21); }

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

border-color css

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

 span { border-color: rgb(224,130,21); }

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