Html Css Color HEX #EB986A Dark Salmon

📋 copy color: '#EB986A'

red 235 ◦ green 152 ◦ blue 106

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

Shades of Dark Salmon #EB986A

Tints of Dark Salmon #EB986A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.5%

R = 47.67%
G = 30.83%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB986A (or 0xEB986A) is known color: Dark Salmon. HEX triplet: EB, 98 and 6A. RGB value is (235,152,106). Sum of RGB (Red+Green+Blue) = 235+152+106=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB986A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB986A is #146795. Grayscale: #ABABAB. Windows color (decimal): -1337238 or 6985963. OLE color: 6985963.

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

Color convert

RGB 235 152 106 -
CMYK 0 0.35 0.55 0.08
HSL 21.4º 0.76% 0.67% -
HSV(B) 21.4º 0.55% 0.92% -
XYZ 48.09 41.16 19.05 -
YUV 171.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 235 152 106 0 0.35 0.55 0.08 21.4 0.76 0.67
Hex EB 98 6A 0 23 37 8 15 4C 43
Octal 353 230 152 0 43 67 10 25 114 103
Binary 11101011 10011000 1101010 0 100011 110111 1000 10101 1001100 1000011

Color Harmonies of #EB986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB986A

Black with #EB986A

Text Example


Text Example

White with #EB986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB986A; }

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

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

background-color css

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

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

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

border-color css

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

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

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