Html Css Color HEX #EB9A7E Dark Salmon

📋 copy color: '#EB9A7E'

red 235 ◦ green 154 ◦ blue 126

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

Shades of Dark Salmon #EB9A7E

Tints of Dark Salmon #EB9A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.47%

R = 45.63%
G = 29.9%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB9A7E (or 0xEB9A7E) is known color: Dark Salmon. HEX triplet: EB, 9A and 7E. RGB value is (235,154,126). Sum of RGB (Red+Green+Blue) = 235+154+126=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A7E is #146581. Grayscale: #AFAFAF. Windows color (decimal): -1336706 or 8297195. OLE color: 8297195.

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

Color convert

RGB 235 154 126 -
CMYK 0 0.34 0.46 0.08
HSL 15.41º 0.73% 0.71% -
HSV(B) 15.41º 0.46% 0.92% -
XYZ 49.58 42.28 25.29 -
YUV 175.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 235 154 126 0 0.34 0.46 0.08 15.41 0.73 0.71
Hex EB 9A 7E 0 22 2E 8 F 49 47
Octal 353 232 176 0 42 56 10 17 111 107
Binary 11101011 10011010 1111110 0 100010 101110 1000 1111 1001001 1000111

Color Harmonies of #EB9A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A7E

Black with #EB9A7E

Text Example


Text Example

White with #EB9A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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