Html Css Color HEX #E08620 Carrot Orange

📋 copy color: '#E08620'

red 224 ◦ green 134 ◦ blue 32

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

Shades of Carrot Orange #E08620

Tints of Carrot Orange #E08620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.36%

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

R = 57.44%
G = 34.36%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E08620 (or 0xE08620) is known color: Carrot Orange. HEX triplet: E0, 86 and 20. RGB value is (224,134,32). Sum of RGB (Red+Green+Blue) = 224+134+32=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E08620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08620 is #1F79DF. Grayscale: #959595. Windows color (decimal): -2062816 or 2131680. OLE color: 2131680.

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

Color convert

RGB 224 134 32 -
CMYK 0 0.40 0.86 0.12
HSL 31.88º 0.76% 0.5% -
HSV(B) 31.88º 0.86% 0.88% -
XYZ 39.53 33 5.65 -
YUV 149.28 61.82 181.29 -
System Red Green Blue C M Y K H S L
Decimal 224 134 32 0 0.40 0.86 0.12 31.88 0.76 0.5
Hex E0 86 20 0 28 56 C 20 4C 32
Octal 340 206 40 0 50 126 14 40 114 62
Binary 11100000 10000110 100000 0 101000 1010110 1100 100000 1001100 110010

Color Harmonies of #E08620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08620

Black with #E08620

Text Example


Text Example

White with #E08620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08620; }

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

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

background-color css

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

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

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

border-color css

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

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

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