Html Css Color HEX #EFACAA Sundown

📋 copy color: '#EFACAA'

red 239 ◦ green 172 ◦ blue 170

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

Shades of Sundown #EFACAA

Tints of Sundown #EFACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.6%

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

R = 41.14%
G = 29.6%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFACAA (or 0xEFACAA) is known color: Sundown. HEX triplet: EF, AC and AA. RGB value is (239,172,170). Sum of RGB (Red+Green+Blue) = 239+172+170=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACAA is #105355. Grayscale: #BFBFBF. Windows color (decimal): -1069910 or 11185391. OLE color: 11185391.

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

Color convert

RGB 239 172 170 -
CMYK 0 0.28 0.29 0.06
HSL 1.74º 0.68% 0.8% -
HSV(B) 1.74º 0.29% 0.94% -
XYZ 57.6 50.76 44.79 -
YUV 191.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 239 172 170 0 0.28 0.29 0.06 1.74 0.68 0.8
Hex EF AC AA 0 1C 1D 6 2 44 50
Octal 357 254 252 0 34 35 6 2 104 120
Binary 11101111 10101100 10101010 0 11100 11101 110 10 1000100 1010000

Color Harmonies of #EFACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACAA

Black with #EFACAA

Text Example


Text Example

White with #EFACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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