#EA4C09

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

Shades of Persimmon #EA4C09

Tints of Persimmon #EA4C09

Color information

#EA4C09 (or 0xEA4C09) is unknown color: approx Persimmon. HEX triplet: EA, 4C and 09. RGB value is (234,76,9). Sum of RGB (Red+Green+Blue) = 234+76+9=319 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.35% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4C09 is #15B3F6. Grayscale: #747474. Windows color (decimal): -1422327 or 609514. OLE color: 609514.

HSL color Cylindrical-coordinate representation of color #EA4C09: hue angle of 17.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA4C09 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB234769-
CMYK00.680.960.08
HSL17.87º92.59%47.65%-
HSV(B)17.87º96.15%91.76%-
XYZ36.5722.682.71-
YUV115.667.85212.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 73.35%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 9 (3.91% from 255) = 2.82%
R=73.35%
G=23.82%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23476900.680.960.0817.8792.5947.65
HexEA4C9044608125d30
Octal352114110104140102213560
Binary11101010100110010010100010011000001000100101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4C09; }

 p { color: rgb(234,76,9); }

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

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

 a { background-color: rgb(234,76,9); }

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

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

 span { border-color: rgb(234,76,9); }

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