Html Css Color HEX #E05D11 Persimmon

📋 copy color: '#E05D11'

red 224 ◦ green 93 ◦ blue 17

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

Shades of Persimmon #E05D11

Tints of Persimmon #E05D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

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

R = 67.07%
G = 27.84%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05D11 (or 0xE05D11) is known color: Persimmon. HEX triplet: E0, 5D and 11. RGB value is (224,93,17). Sum of RGB (Red+Green+Blue) = 224+93+17=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D11 is #1FA2EE. Grayscale: #7B7B7B. Windows color (decimal): -2073327 or 1138144. OLE color: 1138144.

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

Color convert

RGB 224 93 17 -
CMYK 0 0.58 0.92 0.12
HSL 22.03º 0.86% 0.47% -
HSV(B) 22.03º 0.92% 0.88% -
XYZ 34.76 23.72 3.28 -
YUV 123.51 67.9 199.68 -
System Red Green Blue C M Y K H S L
Decimal 224 93 17 0 0.58 0.92 0.12 22.03 0.86 0.47
Hex E0 5D 11 0 3A 5C C 16 56 2F
Octal 340 135 21 0 72 134 14 26 126 57
Binary 11100000 1011101 10001 0 111010 1011100 1100 10110 1010110 101111

Color Harmonies of #E05D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D11

Black with #E05D11

Text Example


Text Example

White with #E05D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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