Html Css Color HEX #EFA6AC Pale Chestnut

📋 copy color: '#EFA6AC'

red 239 ◦ green 166 ◦ blue 172

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

Shades of Pale Chestnut #EFA6AC

Tints of Pale Chestnut #EFA6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.81%

R = 41.42%
G = 28.77%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFA6AC (or 0xEFA6AC) is known color: Pale Chestnut. HEX triplet: EF, A6 and AC. RGB value is (239,166,172). Sum of RGB (Red+Green+Blue) = 239+166+172=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6AC is #105953. Grayscale: #BCBCBC. Windows color (decimal): -1071444 or 11314927. OLE color: 11314927.

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

Color convert

RGB 239 166 172 -
CMYK 0 0.31 0.28 0.06
HSL 355.07º 0.7% 0.79% -
HSV(B) 355.07º 0.31% 0.94% -
XYZ 56.68 48.6 45.42 -
YUV 188.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 239 166 172 0 0.31 0.28 0.06 355.07 0.7 0.79
Hex EF A6 AC 0 1F 1C 6 163 46 4F
Octal 357 246 254 0 37 34 6 543 106 117
Binary 11101111 10100110 10101100 0 11111 11100 110 101100011 1000110 1001111

Color Harmonies of #EFA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6AC

Black with #EFA6AC

Text Example


Text Example

White with #EFA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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