#EA4D02

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

Shades of Persimmon #EA4D02

Tints of Persimmon #EA4D02

Color information

#EA4D02 (or 0xEA4D02) is unknown color: approx Persimmon. HEX triplet: EA, 4D and 02. RGB value is (234,77,2). Sum of RGB (Red+Green+Blue) = 234+77+2=313 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.76% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D02 is #15B2FD. Grayscale: #737373. Windows color (decimal): -1422078 or 151018. OLE color: 151018.

HSL color Cylindrical-coordinate representation of color #EA4D02: hue angle of 19.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA4D02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB234772-
CMYK00.670.990.08
HSL19.4º98.31%46.27%-
HSV(B)19.4º99.15%91.76%-
XYZ36.622.82.53-
YUV115.3964.01212.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 74.76%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=74.76%
G=24.60%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23477200.670.990.0819.498.3146.27
HexEA4D204363813622e
Octal35211520103143102314256
Binary111010101001101100100001111000111000100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4D02; }

 p { color: rgb(234,77,2); }

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

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

 a { background-color: rgb(234,77,2); }

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

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

 span { border-color: rgb(234,77,2); }

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