Html Css Color HEX #EFA6A8 Pale Chestnut

📋 copy color: '#EFA6A8'

red 239 ◦ green 166 ◦ blue 168

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

Shades of Pale Chestnut #EFA6A8

Tints of Pale Chestnut #EFA6A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.32%

R = 41.71%
G = 28.97%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFA6A8 (or 0xEFA6A8) is known color: Pale Chestnut. HEX triplet: EF, A6 and A8. RGB value is (239,166,168). Sum of RGB (Red+Green+Blue) = 239+166+168=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6A8 is #105957. Grayscale: #BCBCBC. Windows color (decimal): -1071448 or 11052783. OLE color: 11052783.

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

Color convert

RGB 239 166 168 -
CMYK 0 0.31 0.30 0.06
HSL 358.36º 0.7% 0.79% -
HSV(B) 358.36º 0.31% 0.94% -
XYZ 56.3 48.45 43.43 -
YUV 188.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 239 166 168 0 0.31 0.30 0.06 358.36 0.7 0.79
Hex EF A6 A8 0 1F 1E 6 166 46 4F
Octal 357 246 250 0 37 36 6 546 106 117
Binary 11101111 10100110 10101000 0 11111 11110 110 101100110 1000110 1001111

Color Harmonies of #EFA6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6A8

Black with #EFA6A8

Text Example


Text Example

White with #EFA6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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