Html Css Color HEX #EBA078 Dark Salmon

📋 copy color: '#EBA078'

red 235 ◦ green 160 ◦ blue 120

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

Shades of Dark Salmon #EBA078

Tints of Dark Salmon #EBA078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 45.63%
G = 31.07%
B = 23.3%

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

#EBA078 (or 0xEBA078) is known color: Dark Salmon. HEX triplet: EB, A0 and 78. RGB value is (235,160,120). Sum of RGB (Red+Green+Blue) = 235+160+120=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA078 is #145F87. Grayscale: #B2B2B2. Windows color (decimal): -1335176 or 7905515. OLE color: 7905515.

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

Color convert

RGB 235 160 120 -
CMYK 0 0.32 0.49 0.08
HSL 20.87º 0.74% 0.7% -
HSV(B) 20.87º 0.49% 0.92% -
XYZ 50.22 44.16 23.65 -
YUV 177.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 235 160 120 0 0.32 0.49 0.08 20.87 0.74 0.7
Hex EB A0 78 0 20 31 8 15 4A 46
Octal 353 240 170 0 40 61 10 25 112 106
Binary 11101011 10100000 1111000 0 100000 110001 1000 10101 1001010 1000110

Color Harmonies of #EBA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA078

Black with #EBA078

Text Example


Text Example

White with #EBA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA078; }

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

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

background-color css

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

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

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

border-color css

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

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

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