Html Css Color HEX #ED5619 Persimmon

📋 copy color: '#ED5619'

red 237 ◦ green 86 ◦ blue 25

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

Shades of Persimmon #ED5619

Tints of Persimmon #ED5619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.18%

R = 68.1%
G = 24.71%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED5619 (or 0xED5619) is known color: Persimmon. HEX triplet: ED, 56 and 19. RGB value is (237,86,25). Sum of RGB (Red+Green+Blue) = 237+86+25=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5619 is #12A9E6. Grayscale: #7C7C7C. Windows color (decimal): -1223143 or 1660653. OLE color: 1660653.

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

Color convert

RGB 237 86 25 -
CMYK 0 0.64 0.89 0.07
HSL 17.26º 0.85% 0.51% -
HSV(B) 17.26º 0.89% 0.93% -
XYZ 38.43 24.73 3.67 -
YUV 124.2 72.03 208.46 -
System Red Green Blue C M Y K H S L
Decimal 237 86 25 0 0.64 0.89 0.07 17.26 0.85 0.51
Hex ED 56 19 0 40 59 7 11 55 33
Octal 355 126 31 0 100 131 7 21 125 63
Binary 11101101 1010110 11001 0 1000000 1011001 111 10001 1010101 110011

Color Harmonies of #ED5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5619

Black with #ED5619

Text Example


Text Example

White with #ED5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5619; }

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

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

background-color css

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

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

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

border-color css

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

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

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