Html Css Color HEX #E85011 Persimmon

📋 copy color: '#E85011'

red 232 ◦ green 80 ◦ blue 17

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

Shades of Persimmon #E85011

Tints of Persimmon #E85011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

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

R = 70.52%
G = 24.32%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E85011 (or 0xE85011) is known color: Persimmon. HEX triplet: E8, 50 and 11. RGB value is (232,80,17). Sum of RGB (Red+Green+Blue) = 232+80+17=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E85011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85011 is #17AFEE. Grayscale: #767676. Windows color (decimal): -1552367 or 1134824. OLE color: 1134824.

HSL color Cylindrical-coordinate representation of color #E85011: hue angle of 17.58º degrees, saturation: 0.86, 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 #E85011 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 17 -
CMYK 0 0.66 0.93 0.09
HSL 17.58º 0.86% 0.49% -
HSV(B) 17.58º 0.93% 0.91% -
XYZ 36.25 22.93 3.05 -
YUV 118.27 70.86 209.12 -
System Red Green Blue C M Y K H S L
Decimal 232 80 17 0 0.66 0.93 0.09 17.58 0.86 0.49
Hex E8 50 11 0 42 5D 9 12 56 31
Octal 350 120 21 0 102 135 11 22 126 61
Binary 11101000 1010000 10001 0 1000010 1011101 1001 10010 1010110 110001

Color Harmonies of #E85011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85011

Black with #E85011

Text Example


Text Example

White with #E85011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85011; }

 p { color: rgb(232,80,17); }

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

background-color css

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

 a { background-color: rgb(232,80,17); }

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

border-color css

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

 span { border-color: rgb(232,80,17); }

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