Html Css Color HEX #EBA174 Dark Salmon

📋 copy color: '#EBA174'

red 235 ◦ green 161 ◦ blue 116

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

Shades of Dark Salmon #EBA174

Tints of Dark Salmon #EBA174

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.45%

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 45.9%
G = 31.45%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA174 (or 0xEBA174) is known color: Dark Salmon. HEX triplet: EB, A1 and 74. RGB value is (235,161,116). Sum of RGB (Red+Green+Blue) = 235+161+116=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA174 is #145E8B. Grayscale: #B2B2B2. Windows color (decimal): -1334924 or 7643627. OLE color: 7643627.

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

Color convert

RGB 235 161 116 -
CMYK 0 0.31 0.51 0.08
HSL 22.69º 0.75% 0.69% -
HSV(B) 22.69º 0.51% 0.92% -
XYZ 50.16 44.41 22.45 -
YUV 178 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 235 161 116 0 0.31 0.51 0.08 22.69 0.75 0.69
Hex EB A1 74 0 1F 33 8 17 4B 45
Octal 353 241 164 0 37 63 10 27 113 105
Binary 11101011 10100001 1110100 0 11111 110011 1000 10111 1001011 1000101

Color Harmonies of #EBA174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA174

Black with #EBA174

Text Example


Text Example

White with #EBA174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA174; }

 p { color: rgb(235,161,116); }

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

background-color css

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

 a { background-color: rgb(235,161,116); }

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

border-color css

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

 span { border-color: rgb(235,161,116); }

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