#EF5D1A

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

Shades of Persimmon #EF5D1A

Tints of Persimmon #EF5D1A

Color information

#EF5D1A (or 0xEF5D1A) is unknown color: approx Persimmon. HEX triplet: EF, 5D and 1A. RGB value is (239,93,26). Sum of RGB (Red+Green+Blue) = 239+93+26=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D1A is #10A2E5. Grayscale: #818181. Windows color (decimal): -1090278 or 1727983. OLE color: 1727983.

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

Color convert

RGB2399326-
CMYK00.610.890.06
HSL18.87º86.94%51.96%-
HSV(B)18.87º89.12%93.73%-
XYZ39.726.253.95-
YUV129.0269.87206.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.76%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 26 (10.55% from 255) = 7.26%
R=66.76%
G=25.98%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239932600.610.890.0618.8786.9451.96
HexEF5D1A03D596135734
Octal3571353207513162312764
Binary1110111110111011101001111011011001110100111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5D1A; }

 p { color: rgb(239,93,26); }

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

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

 a { background-color: rgb(239,93,26); }

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

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

 span { border-color: rgb(239,93,26); }

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