Html Css Color HEX #E2560C Persimmon

📋 copy color: '#E2560C'

red 226 ◦ green 86 ◦ blue 12

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

Shades of Persimmon #E2560C

Tints of Persimmon #E2560C

RGB

 RED value IS 226 (88.67% from 255) = 69.75%

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

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

R = 69.75%
G = 26.54%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2560C (or 0xE2560C) is known color: Persimmon. HEX triplet: E2, 56 and 0C. RGB value is (226,86,12). Sum of RGB (Red+Green+Blue) = 226+86+12=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2560C is #1DA9F3. Grayscale: #777777. Windows color (decimal): -1944052 or 808674. OLE color: 808674.

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

Color convert

RGB 226 86 12 -
CMYK 0 0.62 0.95 0.11
HSL 20.75º 0.9% 0.47% -
HSV(B) 20.75º 0.95% 0.89% -
XYZ 34.76 22.85 2.93 -
YUV 119.42 67.38 204.02 -
System Red Green Blue C M Y K H S L
Decimal 226 86 12 0 0.62 0.95 0.11 20.75 0.9 0.47
Hex E2 56 C 0 3E 5F B 15 5A 2F
Octal 342 126 14 0 76 137 13 25 132 57
Binary 11100010 1010110 1100 0 111110 1011111 1011 10101 1011010 101111

Color Harmonies of #E2560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2560C

Black with #E2560C

Text Example


Text Example

White with #E2560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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