Html Css Color HEX #E45116 Persimmon

📋 copy color: '#E45116'

red 228 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #E45116

Tints of Persimmon #E45116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 68.88%
G = 24.47%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E45116 (or 0xE45116) is known color: Persimmon. HEX triplet: E4, 51 and 16. RGB value is (228,81,22). Sum of RGB (Red+Green+Blue) = 228+81+22=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E45116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45116 is #1BAEE9. Grayscale: #767676. Windows color (decimal): -1814250 or 1462756. OLE color: 1462756.

HSL color Cylindrical-coordinate representation of color #E45116: hue angle of 17.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E45116 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 81 22 -
CMYK 0 0.64 0.90 0.11
HSL 17.18º 0.82% 0.49% -
HSV(B) 17.18º 0.9% 0.89% -
XYZ 35.08 22.44 3.24 -
YUV 118.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 228 81 22 0 0.64 0.90 0.11 17.18 0.82 0.49
Hex E4 51 16 0 40 5A B 11 52 31
Octal 344 121 26 0 100 132 13 21 122 61
Binary 11100100 1010001 10110 0 1000000 1011010 1011 10001 1010010 110001

Color Harmonies of #E45116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45116

Black with #E45116

Text Example


Text Example

White with #E45116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45116; }

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

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

background-color css

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

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

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

border-color css

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

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

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