Html Css Color HEX #ED5617 Persimmon

📋 copy color: '#ED5617'

red 237 ◦ green 86 ◦ blue 23

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

Shades of Persimmon #ED5617

Tints of Persimmon #ED5617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.65%

R = 68.5%
G = 24.86%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED5617 (or 0xED5617) is known color: Persimmon. HEX triplet: ED, 56 and 17. RGB value is (237,86,23). Sum of RGB (Red+Green+Blue) = 237+86+23=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5617 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5617 is #12A9E8. Grayscale: #7C7C7C. Windows color (decimal): -1223145 or 1529581. OLE color: 1529581.

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

Color convert

RGB 237 86 23 -
CMYK 0 0.64 0.90 0.07
HSL 17.66º 0.86% 0.51% -
HSV(B) 17.66º 0.9% 0.93% -
XYZ 38.41 24.72 3.56 -
YUV 123.97 71.03 208.62 -
System Red Green Blue C M Y K H S L
Decimal 237 86 23 0 0.64 0.90 0.07 17.66 0.86 0.51
Hex ED 56 17 0 40 5A 7 12 56 33
Octal 355 126 27 0 100 132 7 22 126 63
Binary 11101101 1010110 10111 0 1000000 1011010 111 10010 1010110 110011

Color Harmonies of #ED5617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5617

Black with #ED5617

Text Example


Text Example

White with #ED5617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5617; }

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

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

background-color css

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

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

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

border-color css

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

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

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