Html Css Color HEX #ED5319 Persimmon

📋 copy color: '#ED5319'

red 237 ◦ green 83 ◦ blue 25

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

Shades of Persimmon #ED5319

Tints of Persimmon #ED5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 68.7%
G = 24.06%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED5319 (or 0xED5319) is known color: Persimmon. HEX triplet: ED, 53 and 19. RGB value is (237,83,25). Sum of RGB (Red+Green+Blue) = 237+83+25=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5319 is #12ACE6. Grayscale: #7A7A7A. Windows color (decimal): -1223911 or 1659885. OLE color: 1659885.

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

Color convert

RGB 237 83 25 -
CMYK 0 0.65 0.89 0.07
HSL 16.42º 0.85% 0.51% -
HSV(B) 16.42º 0.89% 0.93% -
XYZ 38.19 24.26 3.59 -
YUV 122.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 237 83 25 0 0.65 0.89 0.07 16.42 0.85 0.51
Hex ED 53 19 0 41 59 7 10 55 33
Octal 355 123 31 0 101 131 7 20 125 63
Binary 11101101 1010011 11001 0 1000001 1011001 111 10000 1010101 110011

Color Harmonies of #ED5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5319

Black with #ED5319

Text Example


Text Example

White with #ED5319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5319; }

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

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

background-color css

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

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

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

border-color css

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

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

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