Html Css Color HEX #ED906E Dark Salmon

📋 copy color: '#ED906E'

red 237 ◦ green 144 ◦ blue 110

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

Shades of Dark Salmon #ED906E

Tints of Dark Salmon #ED906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 48.27%
G = 29.33%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED906E (or 0xED906E) is known color: Dark Salmon. HEX triplet: ED, 90 and 6E. RGB value is (237,144,110). Sum of RGB (Red+Green+Blue) = 237+144+110=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED906E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED906E is #126F91. Grayscale: #A8A8A8. Windows color (decimal): -1208210 or 7246061. OLE color: 7246061.

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

Color convert

RGB 237 144 110 -
CMYK 0 0.39 0.54 0.07
HSL 16.06º 0.78% 0.68% -
HSV(B) 16.06º 0.54% 0.93% -
XYZ 47.71 39.08 19.78 -
YUV 167.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 237 144 110 0 0.39 0.54 0.07 16.06 0.78 0.68
Hex ED 90 6E 0 27 36 7 10 4E 44
Octal 355 220 156 0 47 66 7 20 116 104
Binary 11101101 10010000 1101110 0 100111 110110 111 10000 1001110 1000100

Color Harmonies of #ED906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED906E

Black with #ED906E

Text Example


Text Example

White with #ED906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED906E; }

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

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

background-color css

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

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

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

border-color css

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

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

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