Html Css Color HEX #EBA17D Dark Salmon

📋 copy color: '#EBA17D'

red 235 ◦ green 161 ◦ blue 125

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

Shades of Dark Salmon #EBA17D

Tints of Dark Salmon #EBA17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 45.11%
G = 30.9%
B = 23.99%

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

#EBA17D (or 0xEBA17D) is known color: Dark Salmon. HEX triplet: EB, A1 and 7D. RGB value is (235,161,125). Sum of RGB (Red+Green+Blue) = 235+161+125=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA17D is #145E82. Grayscale: #B3B3B3. Windows color (decimal): -1334915 or 8233451. OLE color: 8233451.

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

Color convert

RGB 235 161 125 -
CMYK 0 0.31 0.47 0.08
HSL 19.64º 0.73% 0.71% -
HSV(B) 19.64º 0.47% 0.92% -
XYZ 50.71 44.63 25.34 -
YUV 179.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 235 161 125 0 0.31 0.47 0.08 19.64 0.73 0.71
Hex EB A1 7D 0 1F 2F 8 14 49 47
Octal 353 241 175 0 37 57 10 24 111 107
Binary 11101011 10100001 1111101 0 11111 101111 1000 10100 1001001 1000111

Color Harmonies of #EBA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA17D

Black with #EBA17D

Text Example


Text Example

White with #EBA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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