#ea560f

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

Shades of Persimmon #EA560F

Tints of Persimmon #EA560F

Color information

#EA560F (or 0xEA560F) is unknown color: approx Persimmon. HEX triplet: EA, 56 and 0F. RGB value is (234,86,15). Sum of RGB (Red+Green+Blue) = 234+86+15=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA560F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA560F is #15A9F0. Grayscale: #7A7A7A. Windows color (decimal): -1419761 or 1005290. OLE color: 1005290.

HSL color Cylindrical-coordinate representation of color #EA560F: hue angle of 19.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA560F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB2348615-
CMYK00.630.940.08
HSL19.45º87.95%48.82%-
HSV(B)19.45º93.59%91.76%-
XYZ37.3524.183.15-
YUV122.1667.53207.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.85%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 15 (6.25% from 255) = 4.48%
R=69.85%
G=25.67%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234861500.630.940.0819.4587.9548.82
HexEA56F03F5E8135831
Octal35212617077136102313061
Binary1110101010101101111011111110111101000100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea560f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea560f; }

 p { color: rgb(234,86,15); }

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

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

 a { background-color: rgb(234,86,15); }

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

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

 span { border-color: rgb(234,86,15); }

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