Html Css Color HEX #EFB0AC Sundown

📋 copy color: '#EFB0AC'

red 239 ◦ green 176 ◦ blue 172

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

Shades of Sundown #EFB0AC

Tints of Sundown #EFB0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.3%

R = 40.72%
G = 29.98%
B = 29.3%

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

#EFB0AC (or 0xEFB0AC) is known color: Sundown. HEX triplet: EF, B0 and AC. RGB value is (239,176,172). Sum of RGB (Red+Green+Blue) = 239+176+172=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0AC is #104F53. Grayscale: #C2C2C2. Windows color (decimal): -1068884 or 11317487. OLE color: 11317487.

HSL color Cylindrical-coordinate representation of color #EFB0AC: hue angle of 3.58º degrees, saturation: 0.68, 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 #EFB0AC is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 172 -
CMYK 0 0.26 0.28 0.06
HSL 3.58º 0.68% 0.81% -
HSV(B) 3.58º 0.28% 0.94% -
XYZ 58.57 52.38 46.05 -
YUV 194.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 239 176 172 0 0.26 0.28 0.06 3.58 0.68 0.81
Hex EF B0 AC 0 1A 1C 6 4 44 51
Octal 357 260 254 0 32 34 6 4 104 121
Binary 11101111 10110000 10101100 0 11010 11100 110 100 1000100 1010001

Color Harmonies of #EFB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0AC

Black with #EFB0AC

Text Example


Text Example

White with #EFB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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