Html Css Color HEX #ED5616 Persimmon

📋 copy color: '#ED5616'

red 237 ◦ green 86 ◦ blue 22

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

Shades of Persimmon #ED5616

Tints of Persimmon #ED5616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 68.7%
G = 24.93%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED5616 (or 0xED5616) is known color: Persimmon. HEX triplet: ED, 56 and 16. RGB value is (237,86,22). Sum of RGB (Red+Green+Blue) = 237+86+22=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5616 is #12A9E9. Grayscale: #7C7C7C. Windows color (decimal): -1223146 or 1464045. OLE color: 1464045.

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

Color convert

RGB 237 86 22 -
CMYK 0 0.64 0.91 0.07
HSL 17.86º 0.86% 0.51% -
HSV(B) 17.86º 0.91% 0.93% -
XYZ 38.4 24.72 3.51 -
YUV 123.85 70.53 208.7 -
System Red Green Blue C M Y K H S L
Decimal 237 86 22 0 0.64 0.91 0.07 17.86 0.86 0.51
Hex ED 56 16 0 40 5B 7 12 56 33
Octal 355 126 26 0 100 133 7 22 126 63
Binary 11101101 1010110 10110 0 1000000 1011011 111 10010 1010110 110011

Color Harmonies of #ED5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5616

Black with #ED5616

Text Example


Text Example

White with #ED5616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5616; }

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

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

background-color css

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

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

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

border-color css

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

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

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