#EE6015

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

Shades of Persimmon #EE6015

Tints of Persimmon #EE6015

Color information

#EE6015 (or 0xEE6015) is unknown color: approx Persimmon. HEX triplet: EE, 60 and 15. RGB value is (238,96,21). Sum of RGB (Red+Green+Blue) = 238+96+21=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6015 is #119FEA. Grayscale: #828282. Windows color (decimal): -1155051 or 1401070. OLE color: 1401070.

HSL color Cylindrical-coordinate representation of color #EE6015: hue angle of 20.74º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE6015 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB2389621-
CMYK00.600.910.07
HSL20.74º86.45%50.78%-
HSV(B)20.74º91.18%93.33%-
XYZ39.5826.63.76-
YUV129.9166.54205.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.04%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 21 (8.59% from 255) = 5.92%
R=67.04%
G=27.04%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238962100.600.910.0720.7486.4550.78
HexEE601503C5B7155633
Octal3561402507413372512663
Binary1110111011000001010101111001011011111101011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6015; }

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

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

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

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

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

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

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

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