Html Css Color HEX #E08621 Carrot Orange

📋 copy color: '#E08621'

red 224 ◦ green 134 ◦ blue 33

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

Shades of Carrot Orange #E08621

Tints of Carrot Orange #E08621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 57.29%
G = 34.27%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E08621 (or 0xE08621) is known color: Carrot Orange. HEX triplet: E0, 86 and 21. RGB value is (224,134,33). Sum of RGB (Red+Green+Blue) = 224+134+33=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E08621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08621 is #1F79DE. Grayscale: #959595. Windows color (decimal): -2062815 or 2197216. OLE color: 2197216.

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

Color convert

RGB 224 134 33 -
CMYK 0 0.40 0.85 0.12
HSL 31.73º 0.75% 0.5% -
HSV(B) 31.73º 0.85% 0.88% -
XYZ 39.54 33.01 5.73 -
YUV 149.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 224 134 33 0 0.40 0.85 0.12 31.73 0.75 0.5
Hex E0 86 21 0 28 55 C 20 4B 32
Octal 340 206 41 0 50 125 14 40 113 62
Binary 11100000 10000110 100001 0 101000 1010101 1100 100000 1001011 110010

Color Harmonies of #E08621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08621

Black with #E08621

Text Example


Text Example

White with #E08621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08621; }

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

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

background-color css

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

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

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

border-color css

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

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

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