Html Css Color HEX #ED5506 Persimmon

📋 copy color: '#ED5506'

red 237 ◦ green 85 ◦ blue 6

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

Shades of Persimmon #ED5506

Tints of Persimmon #ED5506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.91%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 72.26%
G = 25.91%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED5506 (or 0xED5506) is known color: Persimmon. HEX triplet: ED, 55 and 06. RGB value is (237,85,6). Sum of RGB (Red+Green+Blue) = 237+85+6=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5506 is #12AAF9. Grayscale: #797979. Windows color (decimal): -1223418 or 415213. OLE color: 415213.

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

Color convert

RGB 237 85 6 -
CMYK 0 0.64 0.97 0.07
HSL 20.52º 0.95% 0.48% -
HSV(B) 20.52º 0.97% 0.93% -
XYZ 38.21 24.51 2.89 -
YUV 121.44 62.86 210.42 -
System Red Green Blue C M Y K H S L
Decimal 237 85 6 0 0.64 0.97 0.07 20.52 0.95 0.48
Hex ED 55 6 0 40 61 7 15 5F 30
Octal 355 125 6 0 100 141 7 25 137 60
Binary 11101101 1010101 110 0 1000000 1100001 111 10101 1011111 110000

Color Harmonies of #ED5506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5506

Black with #ED5506

Text Example


Text Example

White with #ED5506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5506; }

 p { color: rgb(237,85,6); }

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

background-color css

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

 a { background-color: rgb(237,85,6); }

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

border-color css

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

 span { border-color: rgb(237,85,6); }

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