Html Css Color HEX #EBA075 Dark Salmon

📋 copy color: '#EBA075'

red 235 ◦ green 160 ◦ blue 117

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

Shades of Dark Salmon #EBA075

Tints of Dark Salmon #EBA075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.85%

R = 45.9%
G = 31.25%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBA075 (or 0xEBA075) is known color: Dark Salmon. HEX triplet: EB, A0 and 75. RGB value is (235,160,117). Sum of RGB (Red+Green+Blue) = 235+160+117=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA075 is #145F8A. Grayscale: #B1B1B1. Windows color (decimal): -1335179 or 7708907. OLE color: 7708907.

HSL color Cylindrical-coordinate representation of color #EBA075: hue angle of 21.86º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBA075 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 117 -
CMYK 0 0.32 0.50 0.08
HSL 21.86º 0.75% 0.69% -
HSV(B) 21.86º 0.5% 0.92% -
XYZ 50.04 44.09 22.7 -
YUV 177.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 235 160 117 0 0.32 0.50 0.08 21.86 0.75 0.69
Hex EB A0 75 0 20 32 8 16 4B 45
Octal 353 240 165 0 40 62 10 26 113 105
Binary 11101011 10100000 1110101 0 100000 110010 1000 10110 1001011 1000101

Color Harmonies of #EBA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA075

Black with #EBA075

Text Example


Text Example

White with #EBA075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA075; }

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

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

background-color css

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

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

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

border-color css

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

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

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