#EB5D1A

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

Shades of Persimmon #EB5D1A

Tints of Persimmon #EB5D1A

Color information

#EB5D1A (or 0xEB5D1A) is unknown color: approx Persimmon. HEX triplet: EB, 5D and 1A. RGB value is (235,93,26). Sum of RGB (Red+Green+Blue) = 235+93+26=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D1A is #14A2E5. Grayscale: #808080. Windows color (decimal): -1352422 or 1727979. OLE color: 1727979.

HSL color Cylindrical-coordinate representation of color #EB5D1A: hue angle of 19.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB5D1A is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB2359326-
CMYK00.600.890.08
HSL19.23º83.94%51.18%-
HSV(B)19.23º88.94%92.16%-
XYZ38.3625.573.89-
YUV127.8270.54204.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.38%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 26 (10.55% from 255) = 7.34%
R=66.38%
G=26.27%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235932600.600.890.0819.2383.9451.18
HexEB5D1A03C598135433
Octal35313532074131102312463
Binary11101011101110111010011110010110011000100111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D1A; }

 p { color: rgb(235,93,26); }

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

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

 a { background-color: rgb(235,93,26); }

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

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

 span { border-color: rgb(235,93,26); }

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