Html Css Color HEX #E8560C Persimmon

📋 copy color: '#E8560C'

red 232 ◦ green 86 ◦ blue 12

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

Shades of Persimmon #E8560C

Tints of Persimmon #E8560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 70.3%
G = 26.06%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8560C (or 0xE8560C) is known color: Persimmon. HEX triplet: E8, 56 and 0C. RGB value is (232,86,12). Sum of RGB (Red+Green+Blue) = 232+86+12=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E8560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8560C is #17A9F3. Grayscale: #797979. Windows color (decimal): -1550836 or 808680. OLE color: 808680.

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

Color convert

RGB 232 86 12 -
CMYK 0 0.63 0.95 0.09
HSL 20.18º 0.9% 0.48% -
HSV(B) 20.18º 0.95% 0.91% -
XYZ 36.67 23.84 3.02 -
YUV 121.22 66.37 207.02 -
System Red Green Blue C M Y K H S L
Decimal 232 86 12 0 0.63 0.95 0.09 20.18 0.9 0.48
Hex E8 56 C 0 3F 5F 9 14 5A 30
Octal 350 126 14 0 77 137 11 24 132 60
Binary 11101000 1010110 1100 0 111111 1011111 1001 10100 1011010 110000

Color Harmonies of #E8560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8560C

Black with #E8560C

Text Example


Text Example

White with #E8560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8560C; }

 p { color: rgb(232,86,12); }

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

background-color css

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

 a { background-color: rgb(232,86,12); }

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

border-color css

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

 span { border-color: rgb(232,86,12); }

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