Html Css Color HEX #E0560C Persimmon

📋 copy color: '#E0560C'

red 224 ◦ green 86 ◦ blue 12

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

Shades of Persimmon #E0560C

Tints of Persimmon #E0560C

RGB

 RED value IS 224 (87.89% from 255) = 69.57%

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

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

R = 69.57%
G = 26.71%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0560C (or 0xE0560C) is known color: Persimmon. HEX triplet: E0, 56 and 0C. RGB value is (224,86,12). Sum of RGB (Red+Green+Blue) = 224+86+12=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0560C is #1FA9F3. Grayscale: #777777. Windows color (decimal): -2075124 or 808672. OLE color: 808672.

HSL color Cylindrical-coordinate representation of color #E0560C: hue angle of 20.94º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0560C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 86 12 -
CMYK 0 0.62 0.95 0.12
HSL 20.94º 0.9% 0.46% -
HSV(B) 20.94º 0.95% 0.88% -
XYZ 34.13 22.53 2.9 -
YUV 118.83 67.72 203.02 -
System Red Green Blue C M Y K H S L
Decimal 224 86 12 0 0.62 0.95 0.12 20.94 0.9 0.46
Hex E0 56 C 0 3E 5F C 15 5A 2E
Octal 340 126 14 0 76 137 14 25 132 56
Binary 11100000 1010110 1100 0 111110 1011111 1100 10101 1011010 101110

Color Harmonies of #E0560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0560C

Black with #E0560C

Text Example


Text Example

White with #E0560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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