Html Css Color HEX #EFB0AD Sundown

📋 copy color: '#EFB0AD'

red 239 ◦ green 176 ◦ blue 173

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

Shades of Sundown #EFB0AD

Tints of Sundown #EFB0AD

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 value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFB0AD (or 0xEFB0AD) is known color: 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

RGB 239 176 173 -
CMYK 0 0.26 0.28 0.06
HSL 2.73º 0.67% 0.81% -
HSV(B) 2.73º 0.28% 0.94% -
XYZ 58.66 52.42 46.56 -
YUV 194.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 239 176 173 0 0.26 0.28 0.06 2.73 0.67 0.81
Hex EF B0 AD 0 1A 1C 6 3 43 51
Octal 357 260 255 0 32 34 6 3 103 121
Binary 11101111 10110000 10101101 0 11010 11100 110 11 1000011 1010001

Color Harmonies of #EFB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0AD

Black with #EFB0AD

Text Example


Text Example

White with #EFB0AD

Text Example


Text Example

HTML Codes & Css Web 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>