Html Css Color HEX #E05016 Persimmon

📋 copy color: '#E05016'

red 224 ◦ green 80 ◦ blue 22

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

Shades of Persimmon #E05016

Tints of Persimmon #E05016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

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

R = 68.71%
G = 24.54%
B = 6.75%

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

#E05016 (or 0xE05016) is known color: Persimmon. HEX triplet: E0, 50 and 16. RGB value is (224,80,22). Sum of RGB (Red+Green+Blue) = 224+80+22=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E05016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05016 is #1FAFE9. Grayscale: #747474. Windows color (decimal): -2076650 or 1462496. OLE color: 1462496.

HSL color Cylindrical-coordinate representation of color #E05016: hue angle of 17.23º 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 #E05016 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 22 -
CMYK 0 0.64 0.90 0.12
HSL 17.23º 0.82% 0.48% -
HSV(B) 17.23º 0.9% 0.88% -
XYZ 33.75 21.64 3.16 -
YUV 116.44 74.71 204.72 -
System Red Green Blue C M Y K H S L
Decimal 224 80 22 0 0.64 0.90 0.12 17.23 0.82 0.48
Hex E0 50 16 0 40 5A C 11 52 30
Octal 340 120 26 0 100 132 14 21 122 60
Binary 11100000 1010000 10110 0 1000000 1011010 1100 10001 1010010 110000

Color Harmonies of #E05016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05016

Black with #E05016

Text Example


Text Example

White with #E05016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05016; }

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

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

background-color css

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

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

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

border-color css

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

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

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