Html Css Color HEX #E08B20 Carrot Orange

📋 copy color: '#E08B20'

red 224 ◦ green 139 ◦ blue 32

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

Shades of Carrot Orange #E08B20

Tints of Carrot Orange #E08B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

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

R = 56.71%
G = 35.19%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E08B20 (or 0xE08B20) is known color: Carrot Orange. HEX triplet: E0, 8B and 20. RGB value is (224,139,32). Sum of RGB (Red+Green+Blue) = 224+139+32=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B20 is #1F74DF. Grayscale: #989898. Windows color (decimal): -2061536 or 2132960. OLE color: 2132960.

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

Color convert

RGB 224 139 32 -
CMYK 0 0.38 0.86 0.12
HSL 33.44º 0.76% 0.5% -
HSV(B) 33.44º 0.86% 0.88% -
XYZ 40.23 34.42 5.89 -
YUV 152.22 60.16 179.2 -
System Red Green Blue C M Y K H S L
Decimal 224 139 32 0 0.38 0.86 0.12 33.44 0.76 0.5
Hex E0 8B 20 0 26 56 C 21 4C 32
Octal 340 213 40 0 46 126 14 41 114 62
Binary 11100000 10001011 100000 0 100110 1010110 1100 100001 1001100 110010

Color Harmonies of #E08B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B20

Black with #E08B20

Text Example


Text Example

White with #E08B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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