Html Css Color HEX #ED5518 Persimmon

📋 copy color: '#ED5518'

red 237 ◦ green 85 ◦ blue 24

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

Shades of Persimmon #ED5518

Tints of Persimmon #ED5518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.94%

R = 68.5%
G = 24.57%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED5518 (or 0xED5518) is known color: Persimmon. HEX triplet: ED, 55 and 18. RGB value is (237,85,24). Sum of RGB (Red+Green+Blue) = 237+85+24=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5518 is #12AAE7. Grayscale: #7B7B7B. Windows color (decimal): -1223400 or 1594861. OLE color: 1594861.

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

Color convert

RGB 237 85 24 -
CMYK 0 0.64 0.90 0.07
HSL 17.18º 0.86% 0.51% -
HSV(B) 17.18º 0.9% 0.93% -
XYZ 38.34 24.57 3.59 -
YUV 123.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 237 85 24 0 0.64 0.90 0.07 17.18 0.86 0.51
Hex ED 55 18 0 40 5A 7 11 56 33
Octal 355 125 30 0 100 132 7 21 126 63
Binary 11101101 1010101 11000 0 1000000 1011010 111 10001 1010110 110011

Color Harmonies of #ED5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5518

Black with #ED5518

Text Example


Text Example

White with #ED5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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