#EE9225

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

Shades of Carrot Orange #EE9225

Tints of Carrot Orange #EE9225

Color information

#EE9225 (or 0xEE9225) is unknown color: approx Carrot Orange. HEX triplet: EE, 92 and 25. RGB value is (238,146,37). Sum of RGB (Red+Green+Blue) = 238+146+37=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9225 is #116DDA. Grayscale: #A1A1A1. Windows color (decimal): -1142235 or 2462446. OLE color: 2462446.

HSL color Cylindrical-coordinate representation of color #EE9225: hue angle of 32.54º 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 #EE9225 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB23814637-
CMYK00.390.840.07
HSL32.54º85.53%53.92%-
HSV(B)32.54º84.45%93.33%-
XYZ45.8738.876.83-
YUV161.0857.98182.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.53%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 37 (14.84% from 255) = 8.79%
R=56.53%
G=34.68%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381463700.390.840.0732.5485.5353.92
HexEE9225027547215636
Octal3562224504712474112666
Binary1110111010010010100101010011110101001111000011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9225; }

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

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

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

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

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

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

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

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