Html Css Color HEX #E05110 Persimmon

📋 copy color: '#E05110'

red 224 ◦ green 81 ◦ blue 16

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

Shades of Persimmon #E05110

Tints of Persimmon #E05110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.98%

R = 69.78%
G = 25.23%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E05110 (or 0xE05110) is known color: Persimmon. HEX triplet: E0, 51 and 10. RGB value is (224,81,16). Sum of RGB (Red+Green+Blue) = 224+81+16=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E05110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05110 is #1FAEEF. Grayscale: #747474. Windows color (decimal): -2076400 or 1069536. OLE color: 1069536.

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

Color convert

RGB 224 81 16 -
CMYK 0 0.64 0.93 0.12
HSL 18.75º 0.87% 0.47% -
HSV(B) 18.75º 0.93% 0.88% -
XYZ 33.78 21.77 2.91 -
YUV 116.35 71.38 204.79 -
System Red Green Blue C M Y K H S L
Decimal 224 81 16 0 0.64 0.93 0.12 18.75 0.87 0.47
Hex E0 51 10 0 40 5D C 13 57 2F
Octal 340 121 20 0 100 135 14 23 127 57
Binary 11100000 1010001 10000 0 1000000 1011101 1100 10011 1010111 101111

Color Harmonies of #E05110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05110

Black with #E05110

Text Example


Text Example

White with #E05110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05110; }

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

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

background-color css

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

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

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

border-color css

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

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

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