Html Css Color HEX #EB9A81 Dark Salmon

📋 copy color: '#EB9A81'

red 235 ◦ green 154 ◦ blue 129

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

Shades of Dark Salmon #EB9A81

Tints of Dark Salmon #EB9A81

RGB

 RED value IS 235 (92.19% from 255) = 45.37%

 GREEN value IS 154 (60.55% from 255) = 29.73%

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

R = 45.37%
G = 29.73%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EB9A81 (or 0xEB9A81) is known color: Dark Salmon. HEX triplet: EB, 9A and 81. RGB value is (235,154,129). Sum of RGB (Red+Green+Blue) = 235+154+129=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A81 is #14657E. Grayscale: #AFAFAF. Windows color (decimal): -1336703 or 8493803. OLE color: 8493803.

HSL color Cylindrical-coordinate representation of color #EB9A81: hue angle of 14.15º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB9A81 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 154 129 -
CMYK 0 0.34 0.45 0.08
HSL 14.15º 0.73% 0.71% -
HSV(B) 14.15º 0.45% 0.92% -
XYZ 49.78 42.36 26.32 -
YUV 175.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 235 154 129 0 0.34 0.45 0.08 14.15 0.73 0.71
Hex EB 9A 81 0 22 2D 8 E 49 47
Octal 353 232 201 0 42 55 10 16 111 107
Binary 11101011 10011010 10000001 0 100010 101101 1000 1110 1001001 1000111

Color Harmonies of #EB9A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A81

Black with #EB9A81

Text Example


Text Example

White with #EB9A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A81; }

 p { color: rgb(235,154,129); }

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

background-color css

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

 a { background-color: rgb(235,154,129); }

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

border-color css

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

 span { border-color: rgb(235,154,129); }

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