#EA5200

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

Shades of Persimmon #EA5200

Tints of Persimmon #EA5200

Color information

#EA5200 (or 0xEA5200) is unknown color: approx Persimmon. HEX triplet: EA, 52 and 00. RGB value is (234,82,0). Sum of RGB (Red+Green+Blue) = 234+82+0=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5200 is #15ADFF. Grayscale: #767676. Windows color (decimal): -1420800 or 21226. OLE color: 21226.

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

Color convert

RGB234820-
CMYK00.6510.08
HSL21.03º100%45.88%-
HSV(B)21.03º100%91.76%-
XYZ36.9523.532.59-
YUV118.161.36210.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 74.05%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.05%
G=25.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23482000.6510.0821.0310045.88
HexEA52004164815642e
Octal35212200101144102514456
Binary11101010101001000100000111001001000101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5200; }

 p { color: rgb(234,82,0); }

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

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

 a { background-color: rgb(234,82,0); }

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

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

 span { border-color: rgb(234,82,0); }

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