Html Css Color HEX #E8500D Persimmon

📋 copy color: '#E8500D'

red 232 ◦ green 80 ◦ blue 13

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

Shades of Persimmon #E8500D

Tints of Persimmon #E8500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 71.38%
G = 24.62%
B = 4%

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

#E8500D (or 0xE8500D) is known color: Persimmon. HEX triplet: E8, 50 and 0D. RGB value is (232,80,13). Sum of RGB (Red+Green+Blue) = 232+80+13=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E8500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8500D is #17AFF2. Grayscale: #767676. Windows color (decimal): -1552371 or 872680. OLE color: 872680.

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

Color convert

RGB 232 80 13 -
CMYK 0 0.66 0.94 0.09
HSL 18.36º 0.89% 0.48% -
HSV(B) 18.36º 0.94% 0.91% -
XYZ 36.22 22.92 2.9 -
YUV 117.81 68.86 209.45 -
System Red Green Blue C M Y K H S L
Decimal 232 80 13 0 0.66 0.94 0.09 18.36 0.89 0.48
Hex E8 50 D 0 42 5E 9 12 59 30
Octal 350 120 15 0 102 136 11 22 131 60
Binary 11101000 1010000 1101 0 1000010 1011110 1001 10010 1011001 110000

Color Harmonies of #E8500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8500D

Black with #E8500D

Text Example


Text Example

White with #E8500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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