#EB5202

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

Shades of Persimmon #EB5202

Tints of Persimmon #EB5202

Color information

#EB5202 (or 0xEB5202) is unknown color: approx Persimmon. HEX triplet: EB, 52 and 02. RGB value is (235,82,2). Sum of RGB (Red+Green+Blue) = 235+82+2=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5202 is #14ADFD. Grayscale: #777777. Windows color (decimal): -1355262 or 152299. OLE color: 152299.

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

Color convert

RGB235822-
CMYK00.650.990.08
HSL20.6º98.31%46.47%-
HSV(B)20.6º99.15%92.16%-
XYZ37.2923.72.67-
YUV118.6362.19211-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 73.67%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=73.67%
G=25.71%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23582200.650.990.0820.698.3146.47
HexEB52204163815622e
Octal35312220101143102514256
Binary111010111010010100100000111000111000101011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5202; }

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

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

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

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

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

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

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

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