#EE6212

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

Shades of Persimmon #EE6212

Tints of Persimmon #EE6212

Color information

#EE6212 (or 0xEE6212) is unknown color: approx Persimmon. HEX triplet: EE, 62 and 12. RGB value is (238,98,18). Sum of RGB (Red+Green+Blue) = 238+98+18=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6212 is #119DED. Grayscale: #838383. Windows color (decimal): -1154542 or 1204974. OLE color: 1204974.

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

Color convert

RGB2389818-
CMYK00.590.920.07
HSL21.82º86.61%50.2%-
HSV(B)21.82º92.44%93.33%-
XYZ39.7426.963.68-
YUV130.7464.38204.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 67.23%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 18 (7.42% from 255) = 5.08%
R=67.23%
G=27.68%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238981800.590.920.0721.8286.6150.2
HexEE621203B5C7165732
Octal3561422207313472612762
Binary1110111011000101001001110111011100111101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6212; }

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

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

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

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

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

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

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

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