Html Css Color HEX #EB996E Dark Salmon

📋 copy color: '#EB996E'

red 235 ◦ green 153 ◦ blue 110

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

Shades of Dark Salmon #EB996E

Tints of Dark Salmon #EB996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.72%

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

R = 47.19%
G = 30.72%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB996E (or 0xEB996E) is known color: Dark Salmon. HEX triplet: EB, 99 and 6E. RGB value is (235,153,110). Sum of RGB (Red+Green+Blue) = 235+153+110=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB996E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB996E is #146691. Grayscale: #ACACAC. Windows color (decimal): -1336978 or 7248363. OLE color: 7248363.

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

Color convert

RGB 235 153 110 -
CMYK 0 0.35 0.53 0.08
HSL 20.64º 0.76% 0.68% -
HSV(B) 20.64º 0.53% 0.92% -
XYZ 48.47 41.57 20.22 -
YUV 172.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 235 153 110 0 0.35 0.53 0.08 20.64 0.76 0.68
Hex EB 99 6E 0 23 35 8 15 4C 44
Octal 353 231 156 0 43 65 10 25 114 104
Binary 11101011 10011001 1101110 0 100011 110101 1000 10101 1001100 1000100

Color Harmonies of #EB996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB996E

Black with #EB996E

Text Example


Text Example

White with #EB996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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