#EB5311

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

Shades of Persimmon #EB5311

Tints of Persimmon #EB5311

Color information

#EB5311 (or 0xEB5311) is unknown color: approx Persimmon. HEX triplet: EB, 53 and 11. RGB value is (235,83,17). Sum of RGB (Red+Green+Blue) = 235+83+17=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5311 is #14ACEE. Grayscale: #797979. Windows color (decimal): -1354991 or 1135595. OLE color: 1135595.

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

Color convert

RGB2358317-
CMYK00.650.930.08
HSL18.17º86.51%49.41%-
HSV(B)18.17º92.77%92.16%-
XYZ37.4623.893.17-
YUV120.9269.36209.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 70.15%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 17 (7.03% from 255) = 5.07%
R=70.15%
G=24.78%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235831700.650.930.0818.1786.5149.41
HexEB53110415D8125731
Octal353123210101135102212761
Binary111010111010011100010100000110111011000100101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5311; }

 p { color: rgb(235,83,17); }

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

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

 a { background-color: rgb(235,83,17); }

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

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

 span { border-color: rgb(235,83,17); }

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