Html Css Color HEX #ED5712 Persimmon

📋 copy color: '#ED5712'

red 237 ◦ green 87 ◦ blue 18

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

Shades of Persimmon #ED5712

Tints of Persimmon #ED5712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.44%

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

R = 69.3%
G = 25.44%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED5712 (or 0xED5712) is known color: Persimmon. HEX triplet: ED, 57 and 12. RGB value is (237,87,18). Sum of RGB (Red+Green+Blue) = 237+87+18=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5712 is #12A8ED. Grayscale: #7C7C7C. Windows color (decimal): -1222894 or 1202157. OLE color: 1202157.

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

Color convert

RGB 237 87 18 -
CMYK 0 0.63 0.92 0.07
HSL 18.9º 0.86% 0.5% -
HSV(B) 18.9º 0.92% 0.93% -
XYZ 38.44 24.86 3.35 -
YUV 123.98 68.2 208.61 -
System Red Green Blue C M Y K H S L
Decimal 237 87 18 0 0.63 0.92 0.07 18.9 0.86 0.5
Hex ED 57 12 0 3F 5C 7 13 56 32
Octal 355 127 22 0 77 134 7 23 126 62
Binary 11101101 1010111 10010 0 111111 1011100 111 10011 1010110 110010

Color Harmonies of #ED5712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5712

Black with #ED5712

Text Example


Text Example

White with #ED5712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5712; }

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

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

background-color css

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

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

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

border-color css

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

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

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