#EF6212

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

Shades of Persimmon #EF6212

Tints of Persimmon #EF6212

Color information

#EF6212 (or 0xEF6212) is unknown color: approx Persimmon. HEX triplet: EF, 62 and 12. RGB value is (239,98,18). Sum of RGB (Red+Green+Blue) = 239+98+18=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6212 is #109DED. Grayscale: #838383. Windows color (decimal): -1089006 or 1204975. OLE color: 1204975.

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

Color convert

RGB2399818-
CMYK00.590.920.06
HSL21.72º87.35%50.39%-
HSV(B)21.72º92.47%93.73%-
XYZ40.0727.133.7-
YUV131.0464.21205-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.32%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 18 (7.42% from 255) = 5.07%
R=67.32%
G=27.61%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239981800.590.920.0621.7287.3550.39
HexEF621203B5C6165732
Octal3571422207313462612762
Binary1110111111000101001001110111011100110101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6212; }

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

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

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

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

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

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

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

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