Html Css Color HEX #E6560A Persimmon

📋 copy color: '#E6560A'

red 230 ◦ green 86 ◦ blue 10

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

Shades of Persimmon #E6560A

Tints of Persimmon #E6560A

RGB

 RED value IS 230 (90.23% from 255) = 70.55%

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

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

R = 70.55%
G = 26.38%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6560A (or 0xE6560A) is known color: Persimmon. HEX triplet: E6, 56 and 0A. RGB value is (230,86,10). Sum of RGB (Red+Green+Blue) = 230+86+10=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6560A is #19A9F5. Grayscale: #787878. Windows color (decimal): -1681910 or 677606. OLE color: 677606.

HSL color Cylindrical-coordinate representation of color #E6560A: hue angle of 20.73º 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 #E6560A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 86 10 -
CMYK 0 0.63 0.96 0.10
HSL 20.73º 0.92% 0.47% -
HSV(B) 20.73º 0.96% 0.9% -
XYZ 36.02 23.5 2.92 -
YUV 120.39 65.71 206.18 -
System Red Green Blue C M Y K H S L
Decimal 230 86 10 0 0.63 0.96 0.10 20.73 0.92 0.47
Hex E6 56 A 0 3F 60 A 15 5C 2F
Octal 346 126 12 0 77 140 12 25 134 57
Binary 11100110 1010110 1010 0 111111 1100000 1010 10101 1011100 101111

Color Harmonies of #E6560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6560A

Black with #E6560A

Text Example


Text Example

White with #E6560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6560A; }

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

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

background-color css

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

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

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

border-color css

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

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

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