Html Css Color HEX #ED886E Salmon

📋 copy color: '#ED886E'

red 237 ◦ green 136 ◦ blue 110

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

Shades of Salmon #ED886E

Tints of Salmon #ED886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.16%

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

R = 49.07%
G = 28.16%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED886E (or 0xED886E) is known color: Salmon. HEX triplet: ED, 88 and 6E. RGB value is (237,136,110). Sum of RGB (Red+Green+Blue) = 237+136+110=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED886E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED886E is #127791. Grayscale: #A3A3A3. Windows color (decimal): -1210258 or 7244013. OLE color: 7244013.

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

Color convert

RGB 237 136 110 -
CMYK 0 0.43 0.54 0.07
HSL 12.28º 0.78% 0.68% -
HSV(B) 12.28º 0.54% 0.93% -
XYZ 46.54 36.74 19.39 -
YUV 163.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 237 136 110 0 0.43 0.54 0.07 12.28 0.78 0.68
Hex ED 88 6E 0 2B 36 7 C 4E 44
Octal 355 210 156 0 53 66 7 14 116 104
Binary 11101101 10001000 1101110 0 101011 110110 111 1100 1001110 1000100

Color Harmonies of #ED886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED886E

Black with #ED886E

Text Example


Text Example

White with #ED886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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