Html Css Color HEX #ED5010 Persimmon

📋 copy color: '#ED5010'

red 237 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #ED5010

Tints of Persimmon #ED5010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

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

R = 71.17%
G = 24.02%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED5010 (or 0xED5010) is known color: Persimmon. HEX triplet: ED, 50 and 10. RGB value is (237,80,16). Sum of RGB (Red+Green+Blue) = 237+80+16=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5010 is #12AFEF. Grayscale: #787878. Windows color (decimal): -1224688 or 1069293. OLE color: 1069293.

HSL color Cylindrical-coordinate representation of color #ED5010: hue angle of 17.38º 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 #ED5010 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 80 16 -
CMYK 0 0.66 0.93 0.07
HSL 17.38º 0.87% 0.5% -
HSV(B) 17.38º 0.93% 0.93% -
XYZ 37.89 23.78 3.08 -
YUV 119.65 69.51 211.7 -
System Red Green Blue C M Y K H S L
Decimal 237 80 16 0 0.66 0.93 0.07 17.38 0.87 0.5
Hex ED 50 10 0 42 5D 7 11 57 32
Octal 355 120 20 0 102 135 7 21 127 62
Binary 11101101 1010000 10000 0 1000010 1011101 111 10001 1010111 110010

Color Harmonies of #ED5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5010

Black with #ED5010

Text Example


Text Example

White with #ED5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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