#E0821E

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

Shades of Carrot Orange #E0821E

Tints of Carrot Orange #E0821E

Color information

#E0821E (or 0xE0821E) is unknown color: approx Carrot Orange. HEX triplet: E0, 82 and 1E. RGB value is (224,130,30). Sum of RGB (Red+Green+Blue) = 224+130+30=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0821E is #1F7DE1. Grayscale: #939393. Windows color (decimal): -2063842 or 1999584. OLE color: 1999584.

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

Color convert

RGB22413030-
CMYK00.420.870.12
HSL30.93º76.38%49.8%-
HSV(B)30.93º86.61%87.84%-
XYZ38.9631.915.33-
YUV146.7162.14183.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.33%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 30 (12.11% from 255) = 7.81%
R=58.33%
G=33.85%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241303000.420.870.1230.9376.3849.8
HexE0821E02A57C1f4c32
Octal34020236052127143711462
Binary111000001000001011110010101010101111100111111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0821E; }

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

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

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

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

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

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

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

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