#EA6102

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

Shades of Persimmon #EA6102

Tints of Persimmon #EA6102

Color information

#EA6102 (or 0xEA6102) is unknown color: approx Persimmon. HEX triplet: EA, 61 and 02. RGB value is (234,97,2). Sum of RGB (Red+Green+Blue) = 234+97+2=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6102 is #159EFD. Grayscale: #7F7F7F. Windows color (decimal): -1416958 or 156138. OLE color: 156138.

HSL color Cylindrical-coordinate representation of color #EA6102: hue angle of 24.57º 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 #EA6102 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB234972-
CMYK00.590.990.08
HSL24.57º98.31%46.27%-
HSV(B)24.57º99.15%91.76%-
XYZ38.2226.053.07-
YUV127.1357.39204.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 70.27%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=70.27%
G=29.13%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23497200.590.990.0824.5798.3146.27
HexEA61203B63819622e
Octal3521412073143103114256
Binary11101010110000110011101111000111000110011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6102; }

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

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

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

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

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

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

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

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