#EE8023

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

Shades of Carrot Orange #EE8023

Tints of Carrot Orange #EE8023

Color information

#EE8023 (or 0xEE8023) is unknown color: approx Carrot Orange. HEX triplet: EE, 80 and 23. RGB value is (238,128,35). Sum of RGB (Red+Green+Blue) = 238+128+35=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8023 is #117FDC. Grayscale: #969696. Windows color (decimal): -1146845 or 2326766. OLE color: 2326766.

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

Color convert

RGB23812835-
CMYK00.460.850.07
HSL27.49º85.65%53.53%-
HSV(B)27.49º85.29%93.33%-
XYZ43.2833.745.82-
YUV150.2962.94190.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.35%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 35 (14.06% from 255) = 8.73%
R=59.35%
G=31.92%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381283500.460.850.0727.4985.6553.53
HexEE802302E5571b5636
Octal3562004305612573312666
Binary111011101000000010001101011101010101111110111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8023; }

 p { color: rgb(238,128,35); }

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

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

 a { background-color: rgb(238,128,35); }

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

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

 span { border-color: rgb(238,128,35); }

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