Html Css Color HEX #E45113 Persimmon

📋 copy color: '#E45113'

red 228 ◦ green 81 ◦ blue 19

#E45113
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #E45113

Tints of Persimmon #E45113

RGB

 RED value IS 228 (89.45% from 255) = 69.51%

 GREEN value IS 81 (32.03% from 255) = 24.7%

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 69.51%
G = 24.7%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E45113 (or 0xE45113) is known color: Persimmon. HEX triplet: E4, 51 and 13. RGB value is (228,81,19). Sum of RGB (Red+Green+Blue) = 228+81+19=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E45113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45113 is #1BAEEC. Grayscale: #767676. Windows color (decimal): -1814253 or 1266148. OLE color: 1266148.

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

Color convert

RGB 228 81 19 -
CMYK 0 0.64 0.92 0.11
HSL 17.8º 0.85% 0.48% -
HSV(B) 17.8º 0.92% 0.89% -
XYZ 35.05 22.43 3.1 -
YUV 117.89 72.2 206.54 -
System Red Green Blue C M Y K H S L
Decimal 228 81 19 0 0.64 0.92 0.11 17.8 0.85 0.48
Hex E4 51 13 0 40 5C B 12 55 30
Octal 344 121 23 0 100 134 13 22 125 60
Binary 11100100 1010001 10011 0 1000000 1011100 1011 10010 1010101 110000

Color Harmonies of #E45113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45113

Black with #E45113

Text Example


Text Example

White with #E45113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45113; }

 p { color: rgb(228,81,19); }

 H1.HeaderClassName
 {
   color: #E45113;
 }
 .AnyTagClassName
 {
   color: #E45113;
 }
</style>

background-color css

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

 a { background-color: rgb(228,81,19); }

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

border-color css

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

 span { border-color: rgb(228,81,19); }

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