Html Css Color HEX #ED906F Dark Salmon

📋 copy color: '#ED906F'

red 237 ◦ green 144 ◦ blue 111

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

Shades of Dark Salmon #ED906F

Tints of Dark Salmon #ED906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.27%

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 48.17%
G = 29.27%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED906F (or 0xED906F) is known color: Dark Salmon. HEX triplet: ED, 90 and 6F. RGB value is (237,144,111). Sum of RGB (Red+Green+Blue) = 237+144+111=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED906F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED906F is #126F90. Grayscale: #A8A8A8. Windows color (decimal): -1208209 or 7311597. OLE color: 7311597.

HSL color Cylindrical-coordinate representation of color #ED906F: hue angle of 15.71º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED906F is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 144 111 -
CMYK 0 0.39 0.53 0.07
HSL 15.71º 0.78% 0.68% -
HSV(B) 15.71º 0.53% 0.93% -
XYZ 47.77 39.1 20.07 -
YUV 168.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 237 144 111 0 0.39 0.53 0.07 15.71 0.78 0.68
Hex ED 90 6F 0 27 35 7 10 4E 44
Octal 355 220 157 0 47 65 7 20 116 104
Binary 11101101 10010000 1101111 0 100111 110101 111 10000 1001110 1000100

Color Harmonies of #ED906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED906F

Black with #ED906F

Text Example


Text Example

White with #ED906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED906F; }

 p { color: rgb(237,144,111); }

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

background-color css

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

 a { background-color: rgb(237,144,111); }

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

border-color css

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

 span { border-color: rgb(237,144,111); }

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