Html Css Color HEX #ED5513 Persimmon

📋 copy color: '#ED5513'

red 237 ◦ green 85 ◦ blue 19

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

Shades of Persimmon #ED5513

Tints of Persimmon #ED5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 19 (7.81% from 255) = 5.57%

R = 69.5%
G = 24.93%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED5513 (or 0xED5513) is known color: Persimmon. HEX triplet: ED, 55 and 13. RGB value is (237,85,19). Sum of RGB (Red+Green+Blue) = 237+85+19=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5513 is #12AAEC. Grayscale: #7B7B7B. Windows color (decimal): -1223405 or 1267181. OLE color: 1267181.

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

Color convert

RGB 237 85 19 -
CMYK 0 0.64 0.92 0.07
HSL 18.17º 0.86% 0.5% -
HSV(B) 18.17º 0.92% 0.93% -
XYZ 38.29 24.55 3.34 -
YUV 122.92 69.36 209.37 -
System Red Green Blue C M Y K H S L
Decimal 237 85 19 0 0.64 0.92 0.07 18.17 0.86 0.5
Hex ED 55 13 0 40 5C 7 12 56 32
Octal 355 125 23 0 100 134 7 22 126 62
Binary 11101101 1010101 10011 0 1000000 1011100 111 10010 1010110 110010

Color Harmonies of #ED5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5513

Black with #ED5513

Text Example


Text Example

White with #ED5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5513; }

 p { color: rgb(237,85,19); }

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

background-color css

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

 a { background-color: rgb(237,85,19); }

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

border-color css

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

 span { border-color: rgb(237,85,19); }

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