#EB6503

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

Shades of Persimmon #EB6503

Tints of Persimmon #EB6503

Color information

#EB6503 (or 0xEB6503) is unknown color: approx Persimmon. HEX triplet: EB, 65 and 03. RGB value is (235,101,3). Sum of RGB (Red+Green+Blue) = 235+101+3=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6503 is #149AFC. Grayscale: #828282. Windows color (decimal): -1350397 or 222699. OLE color: 222699.

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

Color convert

RGB2351013-
CMYK00.570.990.08
HSL25.34º97.48%46.67%-
HSV(B)25.34º98.72%92.16%-
XYZ38.9326.983.24-
YUV129.8956.39202.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.32%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=69.32%
G=29.79%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235101300.570.990.0825.3497.4846.67
HexEB65303963819612f
Octal3531453071143103114157
Binary11101011110010111011100111000111000110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6503; }

 p { color: rgb(235,101,3); }

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

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

 a { background-color: rgb(235,101,3); }

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

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

 span { border-color: rgb(235,101,3); }

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