Html Css Color HEX #ED561C Persimmon

📋 copy color: '#ED561C'

red 237 ◦ green 86 ◦ blue 28

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

Shades of Persimmon #ED561C

Tints of Persimmon #ED561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 67.52%
G = 24.5%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED561C (or 0xED561C) is known color: Persimmon. HEX triplet: ED, 56 and 1C. RGB value is (237,86,28). Sum of RGB (Red+Green+Blue) = 237+86+28=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED561C is #12A9E3. Grayscale: #7C7C7C. Windows color (decimal): -1223140 or 1857261. OLE color: 1857261.

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

Color convert

RGB 237 86 28 -
CMYK 0 0.64 0.88 0.07
HSL 16.65º 0.85% 0.52% -
HSV(B) 16.65º 0.88% 0.93% -
XYZ 38.46 24.74 3.85 -
YUV 124.54 73.53 208.22 -
System Red Green Blue C M Y K H S L
Decimal 237 86 28 0 0.64 0.88 0.07 16.65 0.85 0.52
Hex ED 56 1C 0 40 58 7 11 55 34
Octal 355 126 34 0 100 130 7 21 125 64
Binary 11101101 1010110 11100 0 1000000 1011000 111 10001 1010101 110100

Color Harmonies of #ED561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED561C

Black with #ED561C

Text Example


Text Example

White with #ED561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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