Html Css Color HEX #EFAAAB Pale Chestnut

📋 copy color: '#EFAAAB'

red 239 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #EFAAAB

Tints of Pale Chestnut #EFAAAB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 239 170 171 -
CMYK 0 0.29 0.28 0.06
HSL 359.13º 0.68% 0.8% -
HSV(B) 359.13º 0.29% 0.94% -
XYZ 57.32 50.04 45.17 -
YUV 190.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 239 170 171 0 0.29 0.28 0.06 359.13 0.68 0.8
Hex EF AA AB 0 1D 1C 6 167 44 50
Octal 357 252 253 0 35 34 6 547 104 120
Binary 11101111 10101010 10101011 0 11101 11100 110 101100111 1000100 1010000

Color Harmonies of #EFAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAAB

Black with #EFAAAB

Text Example


Text Example

White with #EFAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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