Html Css Color HEX #EBA17C Dark Salmon

📋 copy color: '#EBA17C'

red 235 ◦ green 161 ◦ blue 124

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

Shades of Dark Salmon #EBA17C

Tints of Dark Salmon #EBA17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.85%

R = 45.19%
G = 30.96%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBA17C (or 0xEBA17C) is known color: Dark Salmon. HEX triplet: EB, A1 and 7C. RGB value is (235,161,124). Sum of RGB (Red+Green+Blue) = 235+161+124=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA17C is #145E83. Grayscale: #B3B3B3. Windows color (decimal): -1334916 or 8167915. OLE color: 8167915.

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

Color convert

RGB 235 161 124 -
CMYK 0 0.31 0.47 0.08
HSL 20º 0.74% 0.7% -
HSV(B) 20º 0.47% 0.92% -
XYZ 50.64 44.61 25.01 -
YUV 178.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 235 161 124 0 0.31 0.47 0.08 20 0.74 0.7
Hex EB A1 7C 0 1F 2F 8 14 4A 46
Octal 353 241 174 0 37 57 10 24 112 106
Binary 11101011 10100001 1111100 0 11111 101111 1000 10100 1001010 1000110

Color Harmonies of #EBA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA17C

Black with #EBA17C

Text Example


Text Example

White with #EBA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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