#EE5500

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

Shades of Persimmon #EE5500

Tints of Persimmon #EE5500

Color information

#EE5500 (or 0xEE5500) is unknown color: approx Persimmon. HEX triplet: EE, 55 and 00. RGB value is (238,85,0). Sum of RGB (Red+Green+Blue) = 238+85+0=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5500 is #11AAFF. Grayscale: #797979. Windows color (decimal): -1157888 or 21998. OLE color: 21998.

HSL color Cylindrical-coordinate representation of color #EE5500: hue angle of 21.43º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE5500 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB238850-
CMYK00.6410.07
HSL21.43º100%46.67%-
HSV(B)21.43º100%93.33%-
XYZ38.5124.672.73-
YUV121.0659.69211.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.68%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.68%
G=26.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23885000.6410.0721.4310046.67
HexEE55004064715642f
Octal3561250010014472514457
Binary1110111010101010010000001100100111101011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5500; }

 p { color: rgb(238,85,0); }

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

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

 a { background-color: rgb(238,85,0); }

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

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

 span { border-color: rgb(238,85,0); }

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