Html Css Color HEX #ED560C Persimmon

📋 copy color: '#ED560C'

red 237 ◦ green 86 ◦ blue 12

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

Shades of Persimmon #ED560C

Tints of Persimmon #ED560C

RGB

 RED value IS 237 (92.97% from 255) = 70.75%

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

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

R = 70.75%
G = 25.67%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED560C (or 0xED560C) is known color: Persimmon. HEX triplet: ED, 56 and 0C. RGB value is (237,86,12). Sum of RGB (Red+Green+Blue) = 237+86+12=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED560C is #12A9F3. Grayscale: #7B7B7B. Windows color (decimal): -1223156 or 808685. OLE color: 808685.

HSL color Cylindrical-coordinate representation of color #ED560C: hue angle of 19.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED560C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 86 12 -
CMYK 0 0.64 0.95 0.07
HSL 19.73º 0.9% 0.49% -
HSV(B) 19.73º 0.95% 0.93% -
XYZ 38.32 24.69 3.09 -
YUV 122.71 65.53 209.52 -
System Red Green Blue C M Y K H S L
Decimal 237 86 12 0 0.64 0.95 0.07 19.73 0.9 0.49
Hex ED 56 C 0 40 5F 7 14 5A 31
Octal 355 126 14 0 100 137 7 24 132 61
Binary 11101101 1010110 1100 0 1000000 1011111 111 10100 1011010 110001

Color Harmonies of #ED560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED560C

Black with #ED560C

Text Example


Text Example

White with #ED560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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