Html Css Color HEX #ED5510 Persimmon

📋 copy color: '#ED5510'

red 237 ◦ green 85 ◦ blue 16

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

Shades of Persimmon #ED5510

Tints of Persimmon #ED5510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.73%

R = 70.12%
G = 25.15%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED5510 (or 0xED5510) is known color: Persimmon. HEX triplet: ED, 55 and 10. RGB value is (237,85,16). Sum of RGB (Red+Green+Blue) = 237+85+16=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5510 is #12AAEF. Grayscale: #7B7B7B. Windows color (decimal): -1223408 or 1070573. OLE color: 1070573.

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

Color convert

RGB 237 85 16 -
CMYK 0 0.64 0.93 0.07
HSL 18.73º 0.87% 0.5% -
HSV(B) 18.73º 0.93% 0.93% -
XYZ 38.27 24.54 3.21 -
YUV 122.58 67.86 209.61 -
System Red Green Blue C M Y K H S L
Decimal 237 85 16 0 0.64 0.93 0.07 18.73 0.87 0.5
Hex ED 55 10 0 40 5D 7 13 57 32
Octal 355 125 20 0 100 135 7 23 127 62
Binary 11101101 1010101 10000 0 1000000 1011101 111 10011 1010111 110010

Color Harmonies of #ED5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5510

Black with #ED5510

Text Example


Text Example

White with #ED5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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