#EFB0AD

Color #EFB0AD Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #EFB0AD

Tints of Sundown #EFB0AD

Color information

#EFB0AD (or 0xEFB0AD) is unknown color: approx Sundown. HEX triplet: EF, B0 and AD. RGB value is (239,176,173). Sum of RGB (Red+Green+Blue) = 239+176+173=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0AD is #104F52. Grayscale: #C2C2C2. Windows color (decimal): -1068883 or 11383023. OLE color: 11383023.

HSL color Cylindrical-coordinate representation of color #EFB0AD: hue angle of 2.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB0AD is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239176173-
CMYK00.260.280.06
HSL2.73º67.35%80.78%-
HSV(B)2.73º27.62%93.73%-
XYZ58.6652.4246.56-
YUV194.5115.87159.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 176 (69.14% from 255) = 29.93%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=40.65%
G=29.93%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917617300.260.280.062.7367.3580.78
HexEFB0AD01A1C634351
Octal3572602550323463103121
Binary111011111011000010101101011010111001101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0AD; }

 p { color: rgb(239,176,173); }

 H1.HeaderClassName
 {
   color: #EFB0AD;
 }
 .AnyTagClassName
 {
   color: #EFB0AD;
 }
</style>
background-color css

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

 a { background-color: rgb(239,176,173); }

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

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

 span { border-color: rgb(239,176,173); }

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