Html Css Color HEX #EBA077 Dark Salmon

📋 copy color: '#EBA077'

red 235 ◦ green 160 ◦ blue 119

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

Shades of Dark Salmon #EBA077

Tints of Dark Salmon #EBA077

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.13%

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 45.72%
G = 31.13%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBA077 (or 0xEBA077) is known color: Dark Salmon. HEX triplet: EB, A0 and 77. RGB value is (235,160,119). Sum of RGB (Red+Green+Blue) = 235+160+119=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA077 is #145F88. Grayscale: #B1B1B1. Windows color (decimal): -1335177 or 7839979. OLE color: 7839979.

HSL color Cylindrical-coordinate representation of color #EBA077: hue angle of 21.21º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBA077 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 119 -
CMYK 0 0.32 0.49 0.08
HSL 21.21º 0.74% 0.69% -
HSV(B) 21.21º 0.49% 0.92% -
XYZ 50.16 44.14 23.33 -
YUV 177.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 235 160 119 0 0.32 0.49 0.08 21.21 0.74 0.69
Hex EB A0 77 0 20 31 8 15 4A 45
Octal 353 240 167 0 40 61 10 25 112 105
Binary 11101011 10100000 1110111 0 100000 110001 1000 10101 1001010 1000101

Color Harmonies of #EBA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA077

Black with #EBA077

Text Example


Text Example

White with #EBA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA077; }

 p { color: rgb(235,160,119); }

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

background-color css

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

 a { background-color: rgb(235,160,119); }

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

border-color css

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

 span { border-color: rgb(235,160,119); }

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