Html Css Color HEX #E5560A Persimmon

📋 copy color: '#E5560A'

red 229 ◦ green 86 ◦ blue 10

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

Shades of Persimmon #E5560A

Tints of Persimmon #E5560A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 70.46%
G = 26.46%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5560A (or 0xE5560A) is known color: Persimmon. HEX triplet: E5, 56 and 0A. RGB value is (229,86,10). Sum of RGB (Red+Green+Blue) = 229+86+10=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5560A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5560A is #1AA9F5. Grayscale: #787878. Windows color (decimal): -1747446 or 677605. OLE color: 677605.

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

Color convert

RGB 229 86 10 -
CMYK 0 0.62 0.96 0.10
HSL 20.82º 0.92% 0.47% -
HSV(B) 20.82º 0.96% 0.9% -
XYZ 35.7 23.34 2.91 -
YUV 120.09 65.88 205.68 -
System Red Green Blue C M Y K H S L
Decimal 229 86 10 0 0.62 0.96 0.10 20.82 0.92 0.47
Hex E5 56 A 0 3E 60 A 15 5C 2F
Octal 345 126 12 0 76 140 12 25 134 57
Binary 11100101 1010110 1010 0 111110 1100000 1010 10101 1011100 101111

Color Harmonies of #E5560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5560A

Black with #E5560A

Text Example


Text Example

White with #E5560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5560A; }

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

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

background-color css

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

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

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

border-color css

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

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

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