Html Css Color HEX #ED5119 Persimmon

📋 copy color: '#ED5119'

red 237 ◦ green 81 ◦ blue 25

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

Shades of Persimmon #ED5119

Tints of Persimmon #ED5119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.62%

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

R = 69.1%
G = 23.62%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED5119 (or 0xED5119) is known color: Persimmon. HEX triplet: ED, 51 and 19. RGB value is (237,81,25). Sum of RGB (Red+Green+Blue) = 237+81+25=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5119 is #12AEE6. Grayscale: #797979. Windows color (decimal): -1224423 or 1659373. OLE color: 1659373.

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

Color convert

RGB 237 81 25 -
CMYK 0 0.66 0.89 0.07
HSL 15.85º 0.85% 0.51% -
HSV(B) 15.85º 0.89% 0.93% -
XYZ 38.04 23.96 3.54 -
YUV 121.26 73.68 210.55 -
System Red Green Blue C M Y K H S L
Decimal 237 81 25 0 0.66 0.89 0.07 15.85 0.85 0.51
Hex ED 51 19 0 42 59 7 10 55 33
Octal 355 121 31 0 102 131 7 20 125 63
Binary 11101101 1010001 11001 0 1000010 1011001 111 10000 1010101 110011

Color Harmonies of #ED5119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5119

Black with #ED5119

Text Example


Text Example

White with #ED5119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5119; }

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

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

background-color css

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

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

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

border-color css

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

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

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