#EF4E0F

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

Shades of Persimmon #EF4E0F

Tints of Persimmon #EF4E0F

Color information

#EF4E0F (or 0xEF4E0F) is unknown color: approx Persimmon. HEX triplet: EF, 4E and 0F. RGB value is (239,78,15). Sum of RGB (Red+Green+Blue) = 239+78+15=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4E0F is #10B1F0. Grayscale: #777777. Windows color (decimal): -1094129 or 1003247. OLE color: 1003247.

HSL color Cylindrical-coordinate representation of color #EF4E0F: hue angle of 16.88º 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 #EF4E0F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB2397815-
CMYK00.670.940.06
HSL16.88º88.19%49.8%-
HSV(B)16.88º93.72%93.73%-
XYZ38.4123.833.03-
YUV118.9669.34213.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.99%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 15 (6.25% from 255) = 4.52%
R=71.99%
G=23.49%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239781500.670.940.0616.8888.1949.8
HexEF4EF0435E6115832
Octal35711617010313662113062
Binary1110111110011101111010000111011110110100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4E0F; }

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

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

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

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

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

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

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

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