Html Css Color HEX #E08520 Carrot Orange

📋 copy color: '#E08520'

red 224 ◦ green 133 ◦ blue 32

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

Shades of Carrot Orange #E08520

Tints of Carrot Orange #E08520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

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

R = 57.58%
G = 34.19%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E08520 (or 0xE08520) is known color: Carrot Orange. HEX triplet: E0, 85 and 20. RGB value is (224,133,32). Sum of RGB (Red+Green+Blue) = 224+133+32=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E08520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08520 is #1F7ADF. Grayscale: #959595. Windows color (decimal): -2063072 or 2131424. OLE color: 2131424.

HSL color Cylindrical-coordinate representation of color #E08520: hue angle of 31.56º 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 #E08520 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 133 32 -
CMYK 0 0.41 0.86 0.12
HSL 31.56º 0.76% 0.5% -
HSV(B) 31.56º 0.86% 0.88% -
XYZ 39.39 32.73 5.61 -
YUV 148.7 62.15 181.71 -
System Red Green Blue C M Y K H S L
Decimal 224 133 32 0 0.41 0.86 0.12 31.56 0.76 0.5
Hex E0 85 20 0 29 56 C 20 4C 32
Octal 340 205 40 0 51 126 14 40 114 62
Binary 11100000 10000101 100000 0 101001 1010110 1100 100000 1001100 110010

Color Harmonies of #E08520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08520

Black with #E08520

Text Example


Text Example

White with #E08520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08520; }

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

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

background-color css

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

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

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

border-color css

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

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

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