Html Css Color HEX #ED5019 Persimmon

📋 copy color: '#ED5019'

red 237 ◦ green 80 ◦ blue 25

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

Shades of Persimmon #ED5019

Tints of Persimmon #ED5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 69.3%
G = 23.39%
B = 7.31%

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

#ED5019 (or 0xED5019) is known color: Persimmon. HEX triplet: ED, 50 and 19. RGB value is (237,80,25). Sum of RGB (Red+Green+Blue) = 237+80+25=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5019 is #12AFE6. Grayscale: #797979. Windows color (decimal): -1224679 or 1659117. OLE color: 1659117.

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

Color convert

RGB 237 80 25 -
CMYK 0 0.66 0.89 0.07
HSL 15.57º 0.85% 0.51% -
HSV(B) 15.57º 0.89% 0.93% -
XYZ 37.97 23.81 3.51 -
YUV 120.67 74.01 210.97 -
System Red Green Blue C M Y K H S L
Decimal 237 80 25 0 0.66 0.89 0.07 15.57 0.85 0.51
Hex ED 50 19 0 42 59 7 10 55 33
Octal 355 120 31 0 102 131 7 20 125 63
Binary 11101101 1010000 11001 0 1000010 1011001 111 10000 1010101 110011

Color Harmonies of #ED5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5019

Black with #ED5019

Text Example


Text Example

White with #ED5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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