Html Css Color HEX #EBA279 Dark Salmon

📋 copy color: '#EBA279'

red 235 ◦ green 162 ◦ blue 121

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

Shades of Dark Salmon #EBA279

Tints of Dark Salmon #EBA279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

 BLUE value IS 121 (47.66% from 255) = 23.36%

R = 45.37%
G = 31.27%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBA279 (or 0xEBA279) is known color: Dark Salmon. HEX triplet: EB, A2 and 79. RGB value is (235,162,121). Sum of RGB (Red+Green+Blue) = 235+162+121=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA279 is #145D86. Grayscale: #B3B3B3. Windows color (decimal): -1334663 or 7971563. OLE color: 7971563.

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

Color convert

RGB 235 162 121 -
CMYK 0 0.31 0.49 0.08
HSL 21.58º 0.74% 0.7% -
HSV(B) 21.58º 0.49% 0.92% -
XYZ 50.63 44.88 24.08 -
YUV 179.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 235 162 121 0 0.31 0.49 0.08 21.58 0.74 0.7
Hex EB A2 79 0 1F 31 8 16 4A 46
Octal 353 242 171 0 37 61 10 26 112 106
Binary 11101011 10100010 1111001 0 11111 110001 1000 10110 1001010 1000110

Color Harmonies of #EBA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA279

Black with #EBA279

Text Example


Text Example

White with #EBA279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA279; }

 p { color: rgb(235,162,121); }

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

background-color css

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

 a { background-color: rgb(235,162,121); }

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

border-color css

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

 span { border-color: rgb(235,162,121); }

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