#EE8025

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

Shades of Carrot Orange #EE8025

Tints of Carrot Orange #EE8025

Color information

#EE8025 (or 0xEE8025) is unknown color: approx Carrot Orange. HEX triplet: EE, 80 and 25. RGB value is (238,128,37). Sum of RGB (Red+Green+Blue) = 238+128+37=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8025 is #117FDA. Grayscale: #969696. Windows color (decimal): -1146843 or 2457838. OLE color: 2457838.

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

Color convert

RGB23812837-
CMYK00.460.840.07
HSL27.16º85.53%53.92%-
HSV(B)27.16º84.45%93.33%-
XYZ43.3133.755.98-
YUV150.5263.94190.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.06%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 37 (14.84% from 255) = 9.18%
R=59.06%
G=31.76%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381283700.460.840.0727.1685.5353.92
HexEE802502E5471b5636
Octal3562004505612473312666
Binary111011101000000010010101011101010100111110111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8025; }

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

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

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

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

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

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

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

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