Html Css Color HEX #EBA175 Dark Salmon

📋 copy color: '#EBA175'

red 235 ◦ green 161 ◦ blue 117

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

Shades of Dark Salmon #EBA175

Tints of Dark Salmon #EBA175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 45.81%
G = 31.38%
B = 22.81%

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

#EBA175 (or 0xEBA175) is known color: Dark Salmon. HEX triplet: EB, A1 and 75. RGB value is (235,161,117). Sum of RGB (Red+Green+Blue) = 235+161+117=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA175 is #145E8A. Grayscale: #B2B2B2. Windows color (decimal): -1334923 or 7709163. OLE color: 7709163.

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

Color convert

RGB 235 161 117 -
CMYK 0 0.31 0.50 0.08
HSL 22.37º 0.75% 0.69% -
HSV(B) 22.37º 0.5% 0.92% -
XYZ 50.22 44.44 22.76 -
YUV 178.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 235 161 117 0 0.31 0.50 0.08 22.37 0.75 0.69
Hex EB A1 75 0 1F 32 8 16 4B 45
Octal 353 241 165 0 37 62 10 26 113 105
Binary 11101011 10100001 1110101 0 11111 110010 1000 10110 1001011 1000101

Color Harmonies of #EBA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA175

Black with #EBA175

Text Example


Text Example

White with #EBA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA175; }

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

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

background-color css

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

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

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

border-color css

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

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

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