Html Css Color HEX #ED886F Salmon

📋 copy color: '#ED886F'

red 237 ◦ green 136 ◦ blue 111

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

Shades of Salmon #ED886F

Tints of Salmon #ED886F

RGB

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

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

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

R = 48.97%
G = 28.1%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED886F (or 0xED886F) is known color: Salmon. HEX triplet: ED, 88 and 6F. RGB value is (237,136,111). Sum of RGB (Red+Green+Blue) = 237+136+111=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED886F is #127790. Grayscale: #A3A3A3. Windows color (decimal): -1210257 or 7309549. OLE color: 7309549.

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

Color convert

RGB 237 136 111 -
CMYK 0 0.43 0.53 0.07
HSL 11.9º 0.78% 0.68% -
HSV(B) 11.9º 0.53% 0.93% -
XYZ 46.6 36.76 19.68 -
YUV 163.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 237 136 111 0 0.43 0.53 0.07 11.9 0.78 0.68
Hex ED 88 6F 0 2B 35 7 C 4E 44
Octal 355 210 157 0 53 65 7 14 116 104
Binary 11101101 10001000 1101111 0 101011 110101 111 1100 1001110 1000100

Color Harmonies of #ED886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED886F

Black with #ED886F

Text Example


Text Example

White with #ED886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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