#EB4D1A

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

Shades of Persimmon #EB4D1A

Tints of Persimmon #EB4D1A

Color information

#EB4D1A (or 0xEB4D1A) is unknown color: approx Persimmon. HEX triplet: EB, 4D and 1A. RGB value is (235,77,26). Sum of RGB (Red+Green+Blue) = 235+77+26=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D1A is #14B2E5. Grayscale: #767676. Windows color (decimal): -1356518 or 1723883. OLE color: 1723883.

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

Color convert

RGB2357726-
CMYK00.670.890.08
HSL14.64º83.94%51.18%-
HSV(B)14.64º88.94%92.16%-
XYZ37.123.043.47-
YUV118.4375.85211.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 69.53%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 26 (10.55% from 255) = 7.69%
R=69.53%
G=22.78%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235772600.670.890.0814.6483.9451.18
HexEB4D1A043598f5433
Octal353115320103131101712463
Binary11101011100110111010010000111011001100011111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4D1A; }

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

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

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

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

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

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

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

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