#EB5102

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

Shades of Persimmon #EB5102

Tints of Persimmon #EB5102

Color information

#EB5102 (or 0xEB5102) is unknown color: approx Persimmon. HEX triplet: EB, 51 and 02. RGB value is (235,81,2). Sum of RGB (Red+Green+Blue) = 235+81+2=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5102 is #14AEFD. Grayscale: #767676. Windows color (decimal): -1355518 or 152043. OLE color: 152043.

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

Color convert

RGB235812-
CMYK00.660.990.08
HSL20.34º98.31%46.47%-
HSV(B)20.34º99.15%92.16%-
XYZ37.2123.552.64-
YUV118.0462.52211.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 73.90%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=73.90%
G=25.47%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23581200.660.990.0820.3498.3146.47
HexEB51204263814622e
Octal35312120102143102414256
Binary111010111010001100100001011000111000101001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5102; }

 p { color: rgb(235,81,2); }

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

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

 a { background-color: rgb(235,81,2); }

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

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

 span { border-color: rgb(235,81,2); }

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