Html Css Color HEX #EBA07C Dark Salmon

📋 copy color: '#EBA07C'

red 235 ◦ green 160 ◦ blue 124

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

Shades of Dark Salmon #EBA07C

Tints of Dark Salmon #EBA07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

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

R = 45.28%
G = 30.83%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBA07C (or 0xEBA07C) is known color: Dark Salmon. HEX triplet: EB, A0 and 7C. RGB value is (235,160,124). Sum of RGB (Red+Green+Blue) = 235+160+124=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA07C is #145F83. Grayscale: #B2B2B2. Windows color (decimal): -1335172 or 8167659. OLE color: 8167659.

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

Color convert

RGB 235 160 124 -
CMYK 0 0.32 0.47 0.08
HSL 19.46º 0.74% 0.7% -
HSV(B) 19.46º 0.47% 0.92% -
XYZ 50.47 44.26 24.95 -
YUV 178.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 235 160 124 0 0.32 0.47 0.08 19.46 0.74 0.7
Hex EB A0 7C 0 20 2F 8 13 4A 46
Octal 353 240 174 0 40 57 10 23 112 106
Binary 11101011 10100000 1111100 0 100000 101111 1000 10011 1001010 1000110

Color Harmonies of #EBA07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA07C

Black with #EBA07C

Text Example


Text Example

White with #EBA07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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