Html Css Color HEX #EFB0AE Sundown

📋 copy color: '#EFB0AE'

red 239 ◦ green 176 ◦ blue 174

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

Shades of Sundown #EFB0AE

Tints of Sundown #EFB0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.54%

R = 40.58%
G = 29.88%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFB0AE (or 0xEFB0AE) is known color: Sundown. HEX triplet: EF, B0 and AE. RGB value is (239,176,174). Sum of RGB (Red+Green+Blue) = 239+176+174=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0AE is #104F51. Grayscale: #C2C2C2. Windows color (decimal): -1068882 or 11448559. OLE color: 11448559.

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

Color convert

RGB 239 176 174 -
CMYK 0 0.26 0.27 0.06
HSL 1.85º 0.67% 0.81% -
HSV(B) 1.85º 0.27% 0.94% -
XYZ 58.76 52.46 47.07 -
YUV 194.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 239 176 174 0 0.26 0.27 0.06 1.85 0.67 0.81
Hex EF B0 AE 0 1A 1B 6 2 43 51
Octal 357 260 256 0 32 33 6 2 103 121
Binary 11101111 10110000 10101110 0 11010 11011 110 10 1000011 1010001

Color Harmonies of #EFB0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0AE

Black with #EFB0AE

Text Example


Text Example

White with #EFB0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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