Html Css Color HEX #E05116 Persimmon

📋 copy color: '#E05116'

red 224 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #E05116

Tints of Persimmon #E05116

RGB

 RED value IS 224 (87.89% from 255) = 68.5%

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

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

R = 68.5%
G = 24.77%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E05116 (or 0xE05116) is known color: Persimmon. HEX triplet: E0, 51 and 16. RGB value is (224,81,22). Sum of RGB (Red+Green+Blue) = 224+81+22=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E05116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05116 is #1FAEE9. Grayscale: #757575. Windows color (decimal): -2076394 or 1462752. OLE color: 1462752.

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

Color convert

RGB 224 81 22 -
CMYK 0 0.64 0.90 0.12
HSL 17.52º 0.82% 0.48% -
HSV(B) 17.52º 0.9% 0.88% -
XYZ 33.83 21.79 3.18 -
YUV 117.03 74.38 204.3 -
System Red Green Blue C M Y K H S L
Decimal 224 81 22 0 0.64 0.90 0.12 17.52 0.82 0.48
Hex E0 51 16 0 40 5A C 12 52 30
Octal 340 121 26 0 100 132 14 22 122 60
Binary 11100000 1010001 10110 0 1000000 1011010 1100 10010 1010010 110000

Color Harmonies of #E05116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05116

Black with #E05116

Text Example


Text Example

White with #E05116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05116; }

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

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

background-color css

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

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

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

border-color css

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

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

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