Html Css Color HEX #E8500E Persimmon

📋 copy color: '#E8500E'

red 232 ◦ green 80 ◦ blue 14

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

Shades of Persimmon #E8500E

Tints of Persimmon #E8500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 71.17%
G = 24.54%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8500E (or 0xE8500E) is known color: Persimmon. HEX triplet: E8, 50 and 0E. RGB value is (232,80,14). Sum of RGB (Red+Green+Blue) = 232+80+14=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8500E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8500E is #17AFF1. Grayscale: #767676. Windows color (decimal): -1552370 or 938216. OLE color: 938216.

HSL color Cylindrical-coordinate representation of color #E8500E: hue angle of 18.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8500E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 14 -
CMYK 0 0.66 0.94 0.09
HSL 18.17º 0.89% 0.48% -
HSV(B) 18.17º 0.94% 0.91% -
XYZ 36.23 22.92 2.93 -
YUV 117.92 69.36 209.37 -
System Red Green Blue C M Y K H S L
Decimal 232 80 14 0 0.66 0.94 0.09 18.17 0.89 0.48
Hex E8 50 E 0 42 5E 9 12 59 30
Octal 350 120 16 0 102 136 11 22 131 60
Binary 11101000 1010000 1110 0 1000010 1011110 1001 10010 1011001 110000

Color Harmonies of #E8500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8500E

Black with #E8500E

Text Example


Text Example

White with #E8500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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