Html Css Color HEX #ED5512 Persimmon

📋 copy color: '#ED5512'

red 237 ◦ green 85 ◦ blue 18

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

Shades of Persimmon #ED5512

Tints of Persimmon #ED5512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 69.71%
G = 25%
B = 5.29%

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

#ED5512 (or 0xED5512) is known color: Persimmon. HEX triplet: ED, 55 and 12. RGB value is (237,85,18). Sum of RGB (Red+Green+Blue) = 237+85+18=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5512 is #12AAED. Grayscale: #7B7B7B. Windows color (decimal): -1223406 or 1201645. OLE color: 1201645.

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

Color convert

RGB 237 85 18 -
CMYK 0 0.64 0.92 0.07
HSL 18.36º 0.86% 0.5% -
HSV(B) 18.36º 0.92% 0.93% -
XYZ 38.28 24.55 3.29 -
YUV 122.81 68.86 209.45 -
System Red Green Blue C M Y K H S L
Decimal 237 85 18 0 0.64 0.92 0.07 18.36 0.86 0.5
Hex ED 55 12 0 40 5C 7 12 56 32
Octal 355 125 22 0 100 134 7 22 126 62
Binary 11101101 1010101 10010 0 1000000 1011100 111 10010 1010110 110010

Color Harmonies of #ED5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5512

Black with #ED5512

Text Example


Text Example

White with #ED5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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