Html Css Color HEX #ED8B72 Dark Salmon

📋 copy color: '#ED8B72'

red 237 ◦ green 139 ◦ blue 114

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

Shades of Dark Salmon #ED8B72

Tints of Dark Salmon #ED8B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 48.37%
G = 28.37%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED8B72 (or 0xED8B72) is known color: Dark Salmon. HEX triplet: ED, 8B and 72. RGB value is (237,139,114). Sum of RGB (Red+Green+Blue) = 237+139+114=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B72 is #12748D. Grayscale: #A5A5A5. Windows color (decimal): -1209486 or 7506925. OLE color: 7506925.

HSL color Cylindrical-coordinate representation of color #ED8B72: hue angle of 12.2º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED8B72 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 139 114 -
CMYK 0 0.41 0.52 0.07
HSL 12.2º 0.77% 0.69% -
HSV(B) 12.2º 0.52% 0.93% -
XYZ 47.19 37.68 20.71 -
YUV 165.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 237 139 114 0 0.41 0.52 0.07 12.2 0.77 0.69
Hex ED 8B 72 0 29 34 7 C 4D 45
Octal 355 213 162 0 51 64 7 14 115 105
Binary 11101101 10001011 1110010 0 101001 110100 111 1100 1001101 1000101

Color Harmonies of #ED8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8B72

Black with #ED8B72

Text Example


Text Example

White with #ED8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8B72; }

 p { color: rgb(237,139,114); }

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

background-color css

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

 a { background-color: rgb(237,139,114); }

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

border-color css

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

 span { border-color: rgb(237,139,114); }

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