#EE660C

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

Shades of Persimmon #EE660C

Tints of Persimmon #EE660C

Color information

#EE660C (or 0xEE660C) is unknown color: approx Persimmon. HEX triplet: EE, 66 and 0C. RGB value is (238,102,12). Sum of RGB (Red+Green+Blue) = 238+102+12=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE660C is #1199F3. Grayscale: #848484. Windows color (decimal): -1153524 or 812782. OLE color: 812782.

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

Color convert

RGB23810212-
CMYK00.570.950.07
HSL23.89º90.4%49.02%-
HSV(B)23.89º94.96%93.33%-
XYZ40.0827.713.58-
YUV132.460.06203.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.61%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=67.61%
G=28.98%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381021200.570.950.0723.8990.449.02
HexEE66C0395F7185a31
Octal3561461407113773013261
Binary111011101100110110001110011011111111110001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE660C; }

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

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

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

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

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

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

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

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