Html Css Color HEX #E05211 Persimmon

📋 copy color: '#E05211'

red 224 ◦ green 82 ◦ blue 17

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

Shades of Persimmon #E05211

Tints of Persimmon #E05211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 69.35%
G = 25.39%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05211 (or 0xE05211) is known color: Persimmon. HEX triplet: E0, 52 and 11. RGB value is (224,82,17). Sum of RGB (Red+Green+Blue) = 224+82+17=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E05211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05211 is #1FADEE. Grayscale: #757575. Windows color (decimal): -2076143 or 1135328. OLE color: 1135328.

HSL color Cylindrical-coordinate representation of color #E05211: hue angle of 18.84º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E05211 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 17 -
CMYK 0 0.63 0.92 0.12
HSL 18.84º 0.86% 0.47% -
HSV(B) 18.84º 0.92% 0.88% -
XYZ 33.86 21.92 2.98 -
YUV 117.05 71.54 204.29 -
System Red Green Blue C M Y K H S L
Decimal 224 82 17 0 0.63 0.92 0.12 18.84 0.86 0.47
Hex E0 52 11 0 3F 5C C 13 56 2F
Octal 340 122 21 0 77 134 14 23 126 57
Binary 11100000 1010010 10001 0 111111 1011100 1100 10011 1010110 101111

Color Harmonies of #E05211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05211

Black with #E05211

Text Example


Text Example

White with #E05211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05211; }

 p { color: rgb(224,82,17); }

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

background-color css

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

 a { background-color: rgb(224,82,17); }

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

border-color css

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

 span { border-color: rgb(224,82,17); }

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