#EE821B

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

Shades of Carrot Orange #EE821B

Tints of Carrot Orange #EE821B

Color information

#EE821B (or 0xEE821B) is unknown color: approx Carrot Orange. HEX triplet: EE, 82 and 1B. RGB value is (238,130,27). Sum of RGB (Red+Green+Blue) = 238+130+27=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE821B is #117DE4. Grayscale: #979797. Windows color (decimal): -1146341 or 1802990. OLE color: 1802990.

HSL color Cylindrical-coordinate representation of color #EE821B: hue angle of 29.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE821B is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB23813027-
CMYK00.450.890.07
HSL29.29º86.12%51.96%-
HSV(B)29.29º88.66%93.33%-
XYZ43.4434.225.35-
YUV150.5558.28190.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.25%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 27 (10.94% from 255) = 6.84%
R=60.25%
G=32.91%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381302700.450.890.0729.2986.1251.96
HexEE821B02D5971d5634
Octal3562023305513173512664
Binary11101110100000101101101011011011001111111011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE821B; }

 p { color: rgb(238,130,27); }

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

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

 a { background-color: rgb(238,130,27); }

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

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

 span { border-color: rgb(238,130,27); }

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