Html Css Color HEX #ED9481 Dark Salmon

📋 copy color: '#ED9481'

red 237 ◦ green 148 ◦ blue 129

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

Shades of Dark Salmon #ED9481

Tints of Dark Salmon #ED9481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.79%

 BLUE value IS 129 (50.78% from 255) = 25.1%

R = 46.11%
G = 28.79%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED9481 (or 0xED9481) is known color: Dark Salmon. HEX triplet: ED, 94 and 81. RGB value is (237,148,129). Sum of RGB (Red+Green+Blue) = 237+148+129=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9481 is #126B7E. Grayscale: #ACACAC. Windows color (decimal): -1207167 or 8492269. OLE color: 8492269.

HSL color Cylindrical-coordinate representation of color #ED9481: hue angle of 10.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED9481 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 148 129 -
CMYK 0 0.38 0.46 0.07
HSL 10.56º 0.75% 0.72% -
HSV(B) 10.56º 0.46% 0.93% -
XYZ 49.48 40.77 26.03 -
YUV 172.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 237 148 129 0 0.38 0.46 0.07 10.56 0.75 0.72
Hex ED 94 81 0 26 2E 7 B 4B 48
Octal 355 224 201 0 46 56 7 13 113 110
Binary 11101101 10010100 10000001 0 100110 101110 111 1011 1001011 1001000

Color Harmonies of #ED9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9481

Black with #ED9481

Text Example


Text Example

White with #ED9481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9481; }

 p { color: rgb(237,148,129); }

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

background-color css

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

 a { background-color: rgb(237,148,129); }

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

border-color css

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

 span { border-color: rgb(237,148,129); }

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