Html Css Color HEX #ED836F Salmon

📋 copy color: '#ED836F'

red 237 ◦ green 131 ◦ blue 111

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

Shades of Salmon #ED836F

Tints of Salmon #ED836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

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

R = 49.48%
G = 27.35%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED836F (or 0xED836F) is known color: Salmon. HEX triplet: ED, 83 and 6F. RGB value is (237,131,111). Sum of RGB (Red+Green+Blue) = 237+131+111=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED836F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED836F is #127C90. Grayscale: #A0A0A0. Windows color (decimal): -1211537 or 7308269. OLE color: 7308269.

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

Color convert

RGB 237 131 111 -
CMYK 0 0.45 0.53 0.07
HSL 9.52º 0.78% 0.68% -
HSV(B) 9.52º 0.53% 0.93% -
XYZ 45.91 35.38 19.45 -
YUV 160.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 237 131 111 0 0.45 0.53 0.07 9.52 0.78 0.68
Hex ED 83 6F 0 2D 35 7 A 4E 44
Octal 355 203 157 0 55 65 7 12 116 104
Binary 11101101 10000011 1101111 0 101101 110101 111 1010 1001110 1000100

Color Harmonies of #ED836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED836F

Black with #ED836F

Text Example


Text Example

White with #ED836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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