#EE6608

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

Shades of Persimmon #EE6608

Tints of Persimmon #EE6608

Color information

#EE6608 (or 0xEE6608) is unknown color: approx Persimmon. HEX triplet: EE, 66 and 08. RGB value is (238,102,8). Sum of RGB (Red+Green+Blue) = 238+102+8=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6608 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6608 is #1199F7. Grayscale: #848484. Windows color (decimal): -1153528 or 550638. OLE color: 550638.

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

Color convert

RGB2381028-
CMYK00.570.970.07
HSL24.52º93.5%48.24%-
HSV(B)24.52º96.64%93.33%-
XYZ40.0627.73.46-
YUV131.9558.06203.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68.39%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 8 (3.52% from 255) = 2.30%
R=68.39%
G=29.31%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238102800.570.970.0724.5293.548.24
HexEE668039617195d30
Octal3561461007114173113560
Binary111011101100110100001110011100001111110011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6608; }

 p { color: rgb(238,102,8); }

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

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

 a { background-color: rgb(238,102,8); }

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

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

 span { border-color: rgb(238,102,8); }

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