Html Css Color HEX #EFB0AA Sundown

📋 copy color: '#EFB0AA'

red 239 ◦ green 176 ◦ blue 170

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

Shades of Sundown #EFB0AA

Tints of Sundown #EFB0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.09%

 BLUE value IS 170 (66.8% from 255) = 29.06%

R = 40.85%
G = 30.09%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFB0AA (or 0xEFB0AA) is known color: Sundown. HEX triplet: EF, B0 and AA. RGB value is (239,176,170). Sum of RGB (Red+Green+Blue) = 239+176+170=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0AA is #104F55. Grayscale: #C2C2C2. Windows color (decimal): -1068886 or 11186415. OLE color: 11186415.

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

Color convert

RGB 239 176 170 -
CMYK 0 0.26 0.29 0.06
HSL 5.22º 0.68% 0.8% -
HSV(B) 5.22º 0.29% 0.94% -
XYZ 58.38 52.3 45.05 -
YUV 194.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 239 176 170 0 0.26 0.29 0.06 5.22 0.68 0.8
Hex EF B0 AA 0 1A 1D 6 5 44 50
Octal 357 260 252 0 32 35 6 5 104 120
Binary 11101111 10110000 10101010 0 11010 11101 110 101 1000100 1010000

Color Harmonies of #EFB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0AA

Black with #EFB0AA

Text Example


Text Example

White with #EFB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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