Html Css Color HEX #EB996C Dark Salmon

📋 copy color: '#EB996C'

red 235 ◦ green 153 ◦ blue 108

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

Shades of Dark Salmon #EB996C

Tints of Dark Salmon #EB996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.77%

R = 47.38%
G = 30.85%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB996C (or 0xEB996C) is known color: Dark Salmon. HEX triplet: EB, 99 and 6C. RGB value is (235,153,108). Sum of RGB (Red+Green+Blue) = 235+153+108=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB996C is #146693. Grayscale: #ACACAC. Windows color (decimal): -1336980 or 7117291. OLE color: 7117291.

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

Color convert

RGB 235 153 108 -
CMYK 0 0.35 0.54 0.08
HSL 21.26º 0.76% 0.67% -
HSV(B) 21.26º 0.54% 0.92% -
XYZ 48.36 41.53 19.65 -
YUV 172.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 235 153 108 0 0.35 0.54 0.08 21.26 0.76 0.67
Hex EB 99 6C 0 23 36 8 15 4C 43
Octal 353 231 154 0 43 66 10 25 114 103
Binary 11101011 10011001 1101100 0 100011 110110 1000 10101 1001100 1000011

Color Harmonies of #EB996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB996C

Black with #EB996C

Text Example


Text Example

White with #EB996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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