Html Css Color HEX #EBA074 Dark Salmon

📋 copy color: '#EBA074'

red 235 ◦ green 160 ◦ blue 116

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

Shades of Dark Salmon #EBA074

Tints of Dark Salmon #EBA074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.7%

R = 45.99%
G = 31.31%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA074 (or 0xEBA074) is known color: Dark Salmon. HEX triplet: EB, A0 and 74. RGB value is (235,160,116). Sum of RGB (Red+Green+Blue) = 235+160+116=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA074 is #145F8B. Grayscale: #B1B1B1. Windows color (decimal): -1335180 or 7643371. OLE color: 7643371.

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

Color convert

RGB 235 160 116 -
CMYK 0 0.32 0.51 0.08
HSL 22.18º 0.75% 0.69% -
HSV(B) 22.18º 0.51% 0.92% -
XYZ 49.98 44.06 22.39 -
YUV 177.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 235 160 116 0 0.32 0.51 0.08 22.18 0.75 0.69
Hex EB A0 74 0 20 33 8 16 4B 45
Octal 353 240 164 0 40 63 10 26 113 105
Binary 11101011 10100000 1110100 0 100000 110011 1000 10110 1001011 1000101

Color Harmonies of #EBA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA074

Black with #EBA074

Text Example


Text Example

White with #EBA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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