Html Css Color HEX #E05511 Persimmon

📋 copy color: '#E05511'

red 224 ◦ green 85 ◦ blue 17

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

Shades of Persimmon #E05511

Tints of Persimmon #E05511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

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

R = 68.71%
G = 26.07%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05511 (or 0xE05511) is known color: Persimmon. HEX triplet: E0, 55 and 11. RGB value is (224,85,17). Sum of RGB (Red+Green+Blue) = 224+85+17=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E05511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05511 is #1FAAEE. Grayscale: #777777. Windows color (decimal): -2075375 or 1136096. OLE color: 1136096.

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

Color convert

RGB 224 85 17 -
CMYK 0 0.62 0.92 0.12
HSL 19.71º 0.86% 0.47% -
HSV(B) 19.71º 0.92% 0.88% -
XYZ 34.09 22.38 3.05 -
YUV 118.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 224 85 17 0 0.62 0.92 0.12 19.71 0.86 0.47
Hex E0 55 11 0 3E 5C C 14 56 2F
Octal 340 125 21 0 76 134 14 24 126 57
Binary 11100000 1010101 10001 0 111110 1011100 1100 10100 1010110 101111

Color Harmonies of #E05511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05511

Black with #E05511

Text Example


Text Example

White with #E05511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05511; }

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

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

background-color css

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

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

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

border-color css

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

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

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