Html Css Color HEX #EB986E Dark Salmon

📋 copy color: '#EB986E'

red 235 ◦ green 152 ◦ blue 110

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

Shades of Dark Salmon #EB986E

Tints of Dark Salmon #EB986E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

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

R = 47.28%
G = 30.58%
B = 22.13%

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

#EB986E (or 0xEB986E) is known color: Dark Salmon. HEX triplet: EB, 98 and 6E. RGB value is (235,152,110). Sum of RGB (Red+Green+Blue) = 235+152+110=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB986E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB986E is #146791. Grayscale: #ACACAC. Windows color (decimal): -1337234 or 7248107. OLE color: 7248107.

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

Color convert

RGB 235 152 110 -
CMYK 0 0.35 0.53 0.08
HSL 20.16º 0.76% 0.68% -
HSV(B) 20.16º 0.53% 0.92% -
XYZ 48.3 41.24 20.17 -
YUV 172.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 235 152 110 0 0.35 0.53 0.08 20.16 0.76 0.68
Hex EB 98 6E 0 23 35 8 14 4C 44
Octal 353 230 156 0 43 65 10 24 114 104
Binary 11101011 10011000 1101110 0 100011 110101 1000 10100 1001100 1000100

Color Harmonies of #EB986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB986E

Black with #EB986E

Text Example


Text Example

White with #EB986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB986E; }

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

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

background-color css

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

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

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

border-color css

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

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

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