Html Css Color HEX #EFA178 Dark Salmon

📋 copy color: '#EFA178'

red 239 ◦ green 161 ◦ blue 120

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

Shades of Dark Salmon #EFA178

Tints of Dark Salmon #EFA178

RGB

 RED value IS 239 (93.75% from 255) = 45.96%

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

 BLUE value IS 120 (47.27% from 255) = 23.08%

R = 45.96%
G = 30.96%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFA178 (or 0xEFA178) is known color: Dark Salmon. HEX triplet: EF, A1 and 78. RGB value is (239,161,120). Sum of RGB (Red+Green+Blue) = 239+161+120=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA178 is #105E87. Grayscale: #B3B3B3. Windows color (decimal): -1072776 or 7905775. OLE color: 7905775.

HSL color Cylindrical-coordinate representation of color #EFA178: hue angle of 20.67º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFA178 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 161 120 -
CMYK 0 0.33 0.50 0.06
HSL 20.67º 0.79% 0.7% -
HSV(B) 20.67º 0.5% 0.94% -
XYZ 51.73 45.2 23.77 -
YUV 179.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 239 161 120 0 0.33 0.50 0.06 20.67 0.79 0.7
Hex EF A1 78 0 21 32 6 15 4F 46
Octal 357 241 170 0 41 62 6 25 117 106
Binary 11101111 10100001 1111000 0 100001 110010 110 10101 1001111 1000110

Color Harmonies of #EFA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA178

Black with #EFA178

Text Example


Text Example

White with #EFA178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA178; }

 p { color: rgb(239,161,120); }

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

background-color css

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

 a { background-color: rgb(239,161,120); }

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

border-color css

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

 span { border-color: rgb(239,161,120); }

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