Html Css Color HEX #E08321 Carrot Orange

📋 copy color: '#E08321'

red 224 ◦ green 131 ◦ blue 33

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

Shades of Carrot Orange #E08321

Tints of Carrot Orange #E08321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

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

R = 57.73%
G = 33.76%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E08321 (or 0xE08321) is known color: Carrot Orange. HEX triplet: E0, 83 and 21. RGB value is (224,131,33). Sum of RGB (Red+Green+Blue) = 224+131+33=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E08321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08321 is #1F7CDE. Grayscale: #949494. Windows color (decimal): -2063583 or 2196448. OLE color: 2196448.

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

Color convert

RGB 224 131 33 -
CMYK 0 0.42 0.85 0.12
HSL 30.79º 0.75% 0.5% -
HSV(B) 30.79º 0.85% 0.88% -
XYZ 39.13 32.19 5.59 -
YUV 147.64 63.31 182.47 -
System Red Green Blue C M Y K H S L
Decimal 224 131 33 0 0.42 0.85 0.12 30.79 0.75 0.5
Hex E0 83 21 0 2A 55 C 1F 4B 32
Octal 340 203 41 0 52 125 14 37 113 62
Binary 11100000 10000011 100001 0 101010 1010101 1100 11111 1001011 110010

Color Harmonies of #E08321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08321

Black with #E08321

Text Example


Text Example

White with #E08321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08321; }

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

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

background-color css

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

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

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

border-color css

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

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

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