#E34B10

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

Shades of Persimmon #E34B10

Tints of Persimmon #E34B10

Color information

#E34B10 (or 0xE34B10) is unknown color: approx Persimmon. HEX triplet: E3, 4B and 10. RGB value is (227,75,16). Sum of RGB (Red+Green+Blue) = 227+75+16=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34B10 is #1CB4EF. Grayscale: #727272. Windows color (decimal): -1881328 or 1068003. OLE color: 1068003.

HSL color Cylindrical-coordinate representation of color #E34B10: hue angle of 16.78º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E34B10 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB2277516-
CMYK00.670.930.11
HSL16.78º86.83%47.65%-
HSV(B)16.78º92.95%89.02%-
XYZ34.2921.42.81-
YUV113.7272.86208.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 71.38%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 16 (6.64% from 255) = 5.03%
R=71.38%
G=23.58%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227751600.670.930.1116.7886.8347.65
HexE34B100435DB115730
Octal343113200103135132112760
Binary111000111001011100000100001110111011011100011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34B10; }

 p { color: rgb(227,75,16); }

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

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

 a { background-color: rgb(227,75,16); }

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

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

 span { border-color: rgb(227,75,16); }

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