#EE6009

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

Shades of Persimmon #EE6009

Tints of Persimmon #EE6009

Color information

#EE6009 (or 0xEE6009) is unknown color: approx Persimmon. HEX triplet: EE, 60 and 09. RGB value is (238,96,9). Sum of RGB (Red+Green+Blue) = 238+96+9=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6009 is #119FF6. Grayscale: #818181. Windows color (decimal): -1155063 or 614638. OLE color: 614638.

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

Color convert

RGB238969-
CMYK00.600.960.07
HSL22.79º92.71%48.43%-
HSV(B)22.79º96.22%93.33%-
XYZ39.4926.563.3-
YUV128.5460.54206.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.39%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 9 (3.91% from 255) = 2.62%
R=69.39%
G=27.99%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23896900.600.960.0722.7992.7148.43
HexEE60903C607175d30
Octal3561401107414072713560
Binary111011101100000100101111001100000111101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6009; }

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

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

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

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

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

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

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

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