Html Css Color HEX #E05A11 Persimmon

📋 copy color: '#E05A11'

red 224 ◦ green 90 ◦ blue 17

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

Shades of Persimmon #E05A11

Tints of Persimmon #E05A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 67.67%
G = 27.19%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05A11 (or 0xE05A11) is known color: Persimmon. HEX triplet: E0, 5A and 11. RGB value is (224,90,17). Sum of RGB (Red+Green+Blue) = 224+90+17=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A11 is #1FA5EE. Grayscale: #7A7A7A. Windows color (decimal): -2074095 or 1137376. OLE color: 1137376.

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

Color convert

RGB 224 90 17 -
CMYK 0 0.60 0.92 0.12
HSL 21.16º 0.86% 0.47% -
HSV(B) 21.16º 0.92% 0.88% -
XYZ 34.5 23.2 3.19 -
YUV 121.74 68.89 200.94 -
System Red Green Blue C M Y K H S L
Decimal 224 90 17 0 0.60 0.92 0.12 21.16 0.86 0.47
Hex E0 5A 11 0 3C 5C C 15 56 2F
Octal 340 132 21 0 74 134 14 25 126 57
Binary 11100000 1011010 10001 0 111100 1011100 1100 10101 1010110 101111

Color Harmonies of #E05A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A11

Black with #E05A11

Text Example


Text Example

White with #E05A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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