#EB501A

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

Shades of Persimmon #EB501A

Tints of Persimmon #EB501A

Color information

#EB501A (or 0xEB501A) is unknown color: approx Persimmon. HEX triplet: EB, 50 and 1A. RGB value is (235,80,26). Sum of RGB (Red+Green+Blue) = 235+80+26=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB501A is #14AFE5. Grayscale: #787878. Windows color (decimal): -1355750 or 1724651. OLE color: 1724651.

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

Color convert

RGB2358026-
CMYK00.660.890.08
HSL15.5º83.94%51.18%-
HSV(B)15.5º88.94%92.16%-
XYZ37.3223.473.54-
YUV120.1974.85209.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 68.91%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 26 (10.55% from 255) = 7.62%
R=68.91%
G=23.46%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235802600.660.890.0815.583.9451.18
HexEB501A042598105433
Octal353120320102131102012463
Binary111010111010000110100100001010110011000100001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB501A; }

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

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

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

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

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

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

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

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