Html Css Color HEX #EB9A6E Dark Salmon

📋 copy color: '#EB9A6E'

red 235 ◦ green 154 ◦ blue 110

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

Shades of Dark Salmon #EB9A6E

Tints of Dark Salmon #EB9A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 47.09%
G = 30.86%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB9A6E (or 0xEB9A6E) is known color: Dark Salmon. HEX triplet: EB, 9A and 6E. RGB value is (235,154,110). Sum of RGB (Red+Green+Blue) = 235+154+110=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9A6E is #146591. Grayscale: #ADADAD. Windows color (decimal): -1336722 or 7248619. OLE color: 7248619.

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

Color convert

RGB 235 154 110 -
CMYK 0 0.34 0.53 0.08
HSL 21.12º 0.76% 0.68% -
HSV(B) 21.12º 0.53% 0.92% -
XYZ 48.63 41.9 20.28 -
YUV 173.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 235 154 110 0 0.34 0.53 0.08 21.12 0.76 0.68
Hex EB 9A 6E 0 22 35 8 15 4C 44
Octal 353 232 156 0 42 65 10 25 114 104
Binary 11101011 10011010 1101110 0 100010 110101 1000 10101 1001100 1000100

Color Harmonies of #EB9A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9A6E

Black with #EB9A6E

Text Example


Text Example

White with #EB9A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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