Html Css Color HEX #EB560C Persimmon

📋 copy color: '#EB560C'

red 235 ◦ green 86 ◦ blue 12

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

Shades of Persimmon #EB560C

Tints of Persimmon #EB560C

RGB

 RED value IS 235 (92.19% from 255) = 70.57%

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

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

R = 70.57%
G = 25.83%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB560C (or 0xEB560C) is known color: Persimmon. HEX triplet: EB, 56 and 0C. RGB value is (235,86,12). Sum of RGB (Red+Green+Blue) = 235+86+12=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB560C is #14A9F3. Grayscale: #7A7A7A. Windows color (decimal): -1354228 or 808683. OLE color: 808683.

HSL color Cylindrical-coordinate representation of color #EB560C: hue angle of 19.91º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB560C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 86 12 -
CMYK 0 0.63 0.95 0.08
HSL 19.91º 0.9% 0.48% -
HSV(B) 19.91º 0.95% 0.92% -
XYZ 37.66 24.34 3.06 -
YUV 122.12 65.86 208.52 -
System Red Green Blue C M Y K H S L
Decimal 235 86 12 0 0.63 0.95 0.08 19.91 0.9 0.48
Hex EB 56 C 0 3F 5F 8 14 5A 30
Octal 353 126 14 0 77 137 10 24 132 60
Binary 11101011 1010110 1100 0 111111 1011111 1000 10100 1011010 110000

Color Harmonies of #EB560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB560C

Black with #EB560C

Text Example


Text Example

White with #EB560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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