#EF5E0F

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

Shades of Persimmon #EF5E0F

Tints of Persimmon #EF5E0F

Color information

#EF5E0F (or 0xEF5E0F) is unknown color: approx Persimmon. HEX triplet: EF, 5E and 0F. RGB value is (239,94,15). Sum of RGB (Red+Green+Blue) = 239+94+15=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5E0F is #10A1F0. Grayscale: #808080. Windows color (decimal): -1090033 or 1007343. OLE color: 1007343.

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

Color convert

RGB2399415-
CMYK00.610.940.06
HSL21.16º88.19%49.8%-
HSV(B)21.16º93.72%93.73%-
XYZ39.6926.393.45-
YUV128.3564.04206.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.68%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 15 (6.25% from 255) = 4.31%
R=68.68%
G=27.01%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239941500.610.940.0621.1688.1949.8
HexEF5EF03D5E6155832
Octal3571361707513662513062
Binary111011111011110111101111011011110110101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5E0F; }

 p { color: rgb(239,94,15); }

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

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

 a { background-color: rgb(239,94,15); }

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

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

 span { border-color: rgb(239,94,15); }

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