Html Css Color HEX #E5560C Persimmon

📋 copy color: '#E5560C'

red 229 ◦ green 86 ◦ blue 12

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

Shades of Persimmon #E5560C

Tints of Persimmon #E5560C

RGB

 RED value IS 229 (89.84% from 255) = 70.03%

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

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

R = 70.03%
G = 26.3%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5560C (or 0xE5560C) is known color: Persimmon. HEX triplet: E5, 56 and 0C. RGB value is (229,86,12). Sum of RGB (Red+Green+Blue) = 229+86+12=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5560C is #1AA9F3. Grayscale: #787878. Windows color (decimal): -1747444 or 808677. OLE color: 808677.

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

Color convert

RGB 229 86 12 -
CMYK 0 0.62 0.95 0.10
HSL 20.46º 0.9% 0.47% -
HSV(B) 20.46º 0.95% 0.9% -
XYZ 35.71 23.34 2.97 -
YUV 120.32 66.88 205.52 -
System Red Green Blue C M Y K H S L
Decimal 229 86 12 0 0.62 0.95 0.10 20.46 0.9 0.47
Hex E5 56 C 0 3E 5F A 14 5A 2F
Octal 345 126 14 0 76 137 12 24 132 57
Binary 11100101 1010110 1100 0 111110 1011111 1010 10100 1011010 101111

Color Harmonies of #E5560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5560C

Black with #E5560C

Text Example


Text Example

White with #E5560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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