#EB5C10

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

Shades of Persimmon #EB5C10

Tints of Persimmon #EB5C10

Color information

#EB5C10 (or 0xEB5C10) is unknown color: approx Persimmon. HEX triplet: EB, 5C and 10. RGB value is (235,92,16). Sum of RGB (Red+Green+Blue) = 235+92+16=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5C10 is #14A3EF. Grayscale: #7E7E7E. Windows color (decimal): -1352688 or 1072363. OLE color: 1072363.

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

Color convert

RGB2359216-
CMYK00.610.930.08
HSL20.82º87.25%49.22%-
HSV(B)20.82º93.19%92.16%-
XYZ38.1825.353.37-
YUV126.0965.88205.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.51%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 16 (6.64% from 255) = 4.66%
R=68.51%
G=26.82%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235921600.610.930.0820.8287.2549.22
HexEB5C1003D5D8155731
Octal35313420075135102512761
Binary11101011101110010000011110110111011000101011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5C10; }

 p { color: rgb(235,92,16); }

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

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

 a { background-color: rgb(235,92,16); }

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

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

 span { border-color: rgb(235,92,16); }

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