#EE6209

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

Shades of Persimmon #EE6209

Tints of Persimmon #EE6209

Color information

#EE6209 (or 0xEE6209) is unknown color: approx Persimmon. HEX triplet: EE, 62 and 09. RGB value is (238,98,9). Sum of RGB (Red+Green+Blue) = 238+98+9=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6209 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6209 is #119DF6. Grayscale: #828282. Windows color (decimal): -1154551 or 615150. OLE color: 615150.

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

Color convert

RGB238989-
CMYK00.590.960.07
HSL23.32º92.71%48.43%-
HSV(B)23.32º96.22%93.33%-
XYZ39.6826.933.37-
YUV129.7159.88205.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68.99%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 9 (3.91% from 255) = 2.61%
R=68.99%
G=28.41%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23898900.590.960.0723.3292.7148.43
HexEE62903B607175d30
Octal3561421107314072713560
Binary111011101100010100101110111100000111101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6209; }

 p { color: rgb(238,98,9); }

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

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

 a { background-color: rgb(238,98,9); }

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

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

 span { border-color: rgb(238,98,9); }

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