Html Css Color HEX #EFB0A9 Sundown

📋 copy color: '#EFB0A9'

red 239 ◦ green 176 ◦ blue 169

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

Shades of Sundown #EFB0A9

Tints of Sundown #EFB0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 28.94%

R = 40.92%
G = 30.14%
B = 28.94%

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

#EFB0A9 (or 0xEFB0A9) is known color: Sundown. HEX triplet: EF, B0 and A9. RGB value is (239,176,169). Sum of RGB (Red+Green+Blue) = 239+176+169=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A9 is #104F56. Grayscale: #C2C2C2. Windows color (decimal): -1068887 or 11120879. OLE color: 11120879.

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

Color convert

RGB 239 176 169 -
CMYK 0 0.26 0.29 0.06
HSL 0.69% 0.8% -
HSV(B) 0.29% 0.94% -
XYZ 58.28 52.27 44.55 -
YUV 194.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 239 176 169 0 0.26 0.29 0.06 6 0.69 0.8
Hex EF B0 A9 0 1A 1D 6 6 45 50
Octal 357 260 251 0 32 35 6 6 105 120
Binary 11101111 10110000 10101001 0 11010 11101 110 110 1000101 1010000

Color Harmonies of #EFB0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0A9

Black with #EFB0A9

Text Example


Text Example

White with #EFB0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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