Html Css Color HEX #ED561B Persimmon

📋 copy color: '#ED561B'

red 237 ◦ green 86 ◦ blue 27

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

Shades of Persimmon #ED561B

Tints of Persimmon #ED561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 67.71%
G = 24.57%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED561B (or 0xED561B) is known color: Persimmon. HEX triplet: ED, 56 and 1B. RGB value is (237,86,27). Sum of RGB (Red+Green+Blue) = 237+86+27=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED561B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED561B is #12A9E4. Grayscale: #7C7C7C. Windows color (decimal): -1223141 or 1791725. OLE color: 1791725.

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

Color convert

RGB 237 86 27 -
CMYK 0 0.64 0.89 0.07
HSL 16.86º 0.85% 0.52% -
HSV(B) 16.86º 0.89% 0.93% -
XYZ 38.45 24.74 3.79 -
YUV 124.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 237 86 27 0 0.64 0.89 0.07 16.86 0.85 0.52
Hex ED 56 1B 0 40 59 7 11 55 34
Octal 355 126 33 0 100 131 7 21 125 64
Binary 11101101 1010110 11011 0 1000000 1011001 111 10001 1010101 110100

Color Harmonies of #ED561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED561B

Black with #ED561B

Text Example


Text Example

White with #ED561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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