Html Css Color HEX #E08220 Carrot Orange

📋 copy color: '#E08220'

red 224 ◦ green 130 ◦ blue 32

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

Shades of Carrot Orange #E08220

Tints of Carrot Orange #E08220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.29%

R = 58.03%
G = 33.68%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E08220 (or 0xE08220) is known color: Carrot Orange. HEX triplet: E0, 82 and 20. RGB value is (224,130,32). Sum of RGB (Red+Green+Blue) = 224+130+32=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E08220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08220 is #1F7DDF. Grayscale: #939393. Windows color (decimal): -2063840 or 2130656. OLE color: 2130656.

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

Color convert

RGB 224 130 32 -
CMYK 0 0.42 0.86 0.12
HSL 30.63º 0.76% 0.5% -
HSV(B) 30.63º 0.86% 0.88% -
XYZ 38.98 31.92 5.47 -
YUV 146.93 63.14 182.97 -
System Red Green Blue C M Y K H S L
Decimal 224 130 32 0 0.42 0.86 0.12 30.63 0.76 0.5
Hex E0 82 20 0 2A 56 C 1F 4C 32
Octal 340 202 40 0 52 126 14 37 114 62
Binary 11100000 10000010 100000 0 101010 1010110 1100 11111 1001100 110010

Color Harmonies of #E08220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08220

Black with #E08220

Text Example


Text Example

White with #E08220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08220; }

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

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

background-color css

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

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

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

border-color css

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

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

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