Html Css Color HEX #E05112 Persimmon

📋 copy color: '#E05112'

red 224 ◦ green 81 ◦ blue 18

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

Shades of Persimmon #E05112

Tints of Persimmon #E05112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

 BLUE value IS 18 (7.42% from 255) = 5.57%

R = 69.35%
G = 25.08%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05112 (or 0xE05112) is known color: Persimmon. HEX triplet: E0, 51 and 12. RGB value is (224,81,18). Sum of RGB (Red+Green+Blue) = 224+81+18=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E05112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05112 is #1FAEED. Grayscale: #747474. Windows color (decimal): -2076398 or 1200608. OLE color: 1200608.

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

Color convert

RGB 224 81 18 -
CMYK 0 0.64 0.92 0.12
HSL 18.35º 0.85% 0.47% -
HSV(B) 18.35º 0.92% 0.88% -
XYZ 33.79 21.78 2.99 -
YUV 116.58 72.38 204.62 -
System Red Green Blue C M Y K H S L
Decimal 224 81 18 0 0.64 0.92 0.12 18.35 0.85 0.47
Hex E0 51 12 0 40 5C C 12 55 2F
Octal 340 121 22 0 100 134 14 22 125 57
Binary 11100000 1010001 10010 0 1000000 1011100 1100 10010 1010101 101111

Color Harmonies of #E05112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05112

Black with #E05112

Text Example


Text Example

White with #E05112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05112; }

 p { color: rgb(224,81,18); }

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

background-color css

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

 a { background-color: rgb(224,81,18); }

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

border-color css

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

 span { border-color: rgb(224,81,18); }

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