Html Css Color HEX #EBA07B Dark Salmon

📋 copy color: '#EBA07B'

red 235 ◦ green 160 ◦ blue 123

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

Shades of Dark Salmon #EBA07B

Tints of Dark Salmon #EBA07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.75%

R = 45.37%
G = 30.89%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBA07B (or 0xEBA07B) is known color: Dark Salmon. HEX triplet: EB, A0 and 7B. RGB value is (235,160,123). Sum of RGB (Red+Green+Blue) = 235+160+123=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA07B is #145F84. Grayscale: #B2B2B2. Windows color (decimal): -1335173 or 8102123. OLE color: 8102123.

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

Color convert

RGB 235 160 123 -
CMYK 0 0.32 0.48 0.08
HSL 19.82º 0.74% 0.7% -
HSV(B) 19.82º 0.48% 0.92% -
XYZ 50.41 44.23 24.62 -
YUV 178.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 235 160 123 0 0.32 0.48 0.08 19.82 0.74 0.7
Hex EB A0 7B 0 20 30 8 14 4A 46
Octal 353 240 173 0 40 60 10 24 112 106
Binary 11101011 10100000 1111011 0 100000 110000 1000 10100 1001010 1000110

Color Harmonies of #EBA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA07B

Black with #EBA07B

Text Example


Text Example

White with #EBA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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