Html Css Color HEX #EFABAA Sundown

📋 copy color: '#EFABAA'

red 239 ◦ green 171 ◦ blue 170

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

Shades of Sundown #EFABAA

Tints of Sundown #EFABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.48%

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

R = 41.21%
G = 29.48%
B = 29.31%

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

#EFABAA (or 0xEFABAA) is known color: Sundown. HEX triplet: EF, AB and AA. RGB value is (239,171,170). Sum of RGB (Red+Green+Blue) = 239+171+170=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABAA is #105455. Grayscale: #BFBFBF. Windows color (decimal): -1070166 or 11185135. OLE color: 11185135.

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

Color convert

RGB 239 171 170 -
CMYK 0 0.28 0.29 0.06
HSL 0.87º 0.68% 0.8% -
HSV(B) 0.87º 0.29% 0.94% -
XYZ 57.42 50.38 44.73 -
YUV 191.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 239 171 170 0 0.28 0.29 0.06 0.87 0.68 0.8
Hex EF AB AA 0 1C 1D 6 1 44 50
Octal 357 253 252 0 34 35 6 1 104 120
Binary 11101111 10101011 10101010 0 11100 11101 110 1 1000100 1010000

Color Harmonies of #EFABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABAA

Black with #EFABAA

Text Example


Text Example

White with #EFABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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