Html Css Color HEX #ED5710 Persimmon

📋 copy color: '#ED5710'

red 237 ◦ green 87 ◦ blue 16

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

Shades of Persimmon #ED5710

Tints of Persimmon #ED5710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

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

R = 69.71%
G = 25.59%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED5710 (or 0xED5710) is known color: Persimmon. HEX triplet: ED, 57 and 10. RGB value is (237,87,16). Sum of RGB (Red+Green+Blue) = 237+87+16=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5710 is #12A8EF. Grayscale: #7C7C7C. Windows color (decimal): -1222896 or 1071085. OLE color: 1071085.

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

Color convert

RGB 237 87 16 -
CMYK 0 0.63 0.93 0.07
HSL 19.28º 0.87% 0.5% -
HSV(B) 19.28º 0.93% 0.93% -
XYZ 38.43 24.86 3.26 -
YUV 123.76 67.2 208.77 -
System Red Green Blue C M Y K H S L
Decimal 237 87 16 0 0.63 0.93 0.07 19.28 0.87 0.5
Hex ED 57 10 0 3F 5D 7 13 57 32
Octal 355 127 20 0 77 135 7 23 127 62
Binary 11101101 1010111 10000 0 111111 1011101 111 10011 1010111 110010

Color Harmonies of #ED5710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5710

Black with #ED5710

Text Example


Text Example

White with #ED5710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5710; }

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

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

background-color css

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

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

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

border-color css

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

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

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