#E08221

Color #E08221 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #E08221

Tints of Carrot Orange #E08221

Color information

#E08221 (or 0xE08221) is unknown color: approx Carrot Orange. HEX triplet: E0, 82 and 21. RGB value is (224,130,33). Sum of RGB (Red+Green+Blue) = 224+130+33=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E08221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08221 is #1F7DDE. Grayscale: #939393. Windows color (decimal): -2063839 or 2196192. OLE color: 2196192.

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

Color convert

RGB22413033-
CMYK00.420.850.12
HSL30.47º75.49%50.39%-
HSV(B)30.47º85.27%87.84%-
XYZ3931.925.55-
YUV147.0563.64182.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.88%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 33 (13.28% from 255) = 8.53%
R=57.88%
G=33.59%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241303300.420.850.1230.4775.4950.39
HexE0822102A55C1e4b32
Octal34020241052125143611362
Binary1110000010000010100001010101010101011100111101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08221; }

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

 H1.HeaderClassName
 {
   color: #E08221;
 }
 .AnyTagClassName
 {
   color: #E08221;
 }
</style>
background-color css

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

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

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

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

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

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