Html Css Color HEX #EFA6AA Pale Chestnut

📋 copy color: '#EFA6AA'

red 239 ◦ green 166 ◦ blue 170

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

Shades of Pale Chestnut #EFA6AA

Tints of Pale Chestnut #EFA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.87%

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

R = 41.57%
G = 28.87%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFA6AA (or 0xEFA6AA) is known color: Pale Chestnut. HEX triplet: EF, A6 and AA. RGB value is (239,166,170). Sum of RGB (Red+Green+Blue) = 239+166+170=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6AA is #105955. Grayscale: #BCBCBC. Windows color (decimal): -1071446 or 11183855. OLE color: 11183855.

HSL color Cylindrical-coordinate representation of color #EFA6AA: hue angle of 356.71º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6AA is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 166 170 -
CMYK 0 0.31 0.29 0.06
HSL 356.71º 0.7% 0.79% -
HSV(B) 356.71º 0.31% 0.94% -
XYZ 56.49 48.53 44.42 -
YUV 188.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 239 166 170 0 0.31 0.29 0.06 356.71 0.7 0.79
Hex EF A6 AA 0 1F 1D 6 165 46 4F
Octal 357 246 252 0 37 35 6 545 106 117
Binary 11101111 10100110 10101010 0 11111 11101 110 101100101 1000110 1001111

Color Harmonies of #EFA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6AA

Black with #EFA6AA

Text Example


Text Example

White with #EFA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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