Html Css Color HEX #E85110 Persimmon

📋 copy color: '#E85110'

red 232 ◦ green 81 ◦ blue 16

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

Shades of Persimmon #E85110

Tints of Persimmon #E85110

RGB

 RED value IS 232 (91.02% from 255) = 70.52%

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

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

R = 70.52%
G = 24.62%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E85110 (or 0xE85110) is known color: Persimmon. HEX triplet: E8, 51 and 10. RGB value is (232,81,16). Sum of RGB (Red+Green+Blue) = 232+81+16=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E85110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85110 is #17AEEF. Grayscale: #777777. Windows color (decimal): -1552112 or 1069544. OLE color: 1069544.

HSL color Cylindrical-coordinate representation of color #E85110: hue angle of 18.06º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E85110 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 81 16 -
CMYK 0 0.65 0.93 0.09
HSL 18.06º 0.87% 0.49% -
HSV(B) 18.06º 0.93% 0.91% -
XYZ 36.31 23.08 3.03 -
YUV 118.74 70.03 208.79 -
System Red Green Blue C M Y K H S L
Decimal 232 81 16 0 0.65 0.93 0.09 18.06 0.87 0.49
Hex E8 51 10 0 41 5D 9 12 57 31
Octal 350 121 20 0 101 135 11 22 127 61
Binary 11101000 1010001 10000 0 1000001 1011101 1001 10010 1010111 110001

Color Harmonies of #E85110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85110

Black with #E85110

Text Example


Text Example

White with #E85110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85110; }

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

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

background-color css

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

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

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

border-color css

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

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

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