Html Css Color HEX #EBA172 Dark Salmon

📋 copy color: '#EBA172'

red 235 ◦ green 161 ◦ blue 114

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

Shades of Dark Salmon #EBA172

Tints of Dark Salmon #EBA172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 46.08%
G = 31.57%
B = 22.35%

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

#EBA172 (or 0xEBA172) is known color: Dark Salmon. HEX triplet: EB, A1 and 72. RGB value is (235,161,114). Sum of RGB (Red+Green+Blue) = 235+161+114=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA172 is #145E8D. Grayscale: #B2B2B2. Windows color (decimal): -1334926 or 7512555. OLE color: 7512555.

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

Color convert

RGB 235 161 114 -
CMYK 0 0.31 0.51 0.08
HSL 23.31º 0.75% 0.68% -
HSV(B) 23.31º 0.51% 0.92% -
XYZ 50.04 44.37 21.85 -
YUV 177.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 235 161 114 0 0.31 0.51 0.08 23.31 0.75 0.68
Hex EB A1 72 0 1F 33 8 17 4B 44
Octal 353 241 162 0 37 63 10 27 113 104
Binary 11101011 10100001 1110010 0 11111 110011 1000 10111 1001011 1000100

Color Harmonies of #EBA172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA172

Black with #EBA172

Text Example


Text Example

White with #EBA172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA172; }

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

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

background-color css

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

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

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

border-color css

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

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

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