Html Css Color HEX #EBA276 Dark Salmon

📋 copy color: '#EBA276'

red 235 ◦ green 162 ◦ blue 118

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

Shades of Dark Salmon #EBA276

Tints of Dark Salmon #EBA276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.91%

R = 45.63%
G = 31.46%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBA276 (or 0xEBA276) is known color: Dark Salmon. HEX triplet: EB, A2 and 76. RGB value is (235,162,118). Sum of RGB (Red+Green+Blue) = 235+162+118=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA276 is #145D89. Grayscale: #B3B3B3. Windows color (decimal): -1334666 or 7774955. OLE color: 7774955.

HSL color Cylindrical-coordinate representation of color #EBA276: hue angle of 22.56º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBA276 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 118 -
CMYK 0 0.31 0.50 0.08
HSL 22.56º 0.75% 0.69% -
HSV(B) 22.56º 0.5% 0.92% -
XYZ 50.45 44.81 23.13 -
YUV 178.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 235 162 118 0 0.31 0.50 0.08 22.56 0.75 0.69
Hex EB A2 76 0 1F 32 8 17 4B 45
Octal 353 242 166 0 37 62 10 27 113 105
Binary 11101011 10100010 1110110 0 11111 110010 1000 10111 1001011 1000101

Color Harmonies of #EBA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA276

Black with #EBA276

Text Example


Text Example

White with #EBA276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA276; }

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

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

background-color css

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

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

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

border-color css

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

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

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