Html Css Color HEX #EFA7A8 Pale Chestnut

📋 copy color: '#EFA7A8'

red 239 ◦ green 167 ◦ blue 168

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

Shades of Pale Chestnut #EFA7A8

Tints of Pale Chestnut #EFA7A8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.09%

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

R = 41.64%
G = 29.09%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFA7A8 (or 0xEFA7A8) is known color: Pale Chestnut. HEX triplet: EF, A7 and A8. RGB value is (239,167,168). Sum of RGB (Red+Green+Blue) = 239+167+168=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA7A8 is #105857. Grayscale: #BCBCBC. Windows color (decimal): -1071192 or 11053039. OLE color: 11053039.

HSL color Cylindrical-coordinate representation of color #EFA7A8: hue angle of 359.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7A8 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 168 -
CMYK 0 0.30 0.30 0.06
HSL 359.17º 0.69% 0.8% -
HSV(B) 359.17º 0.3% 0.94% -
XYZ 56.48 48.82 43.49 -
YUV 188.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 239 167 168 0 0.30 0.30 0.06 359.17 0.69 0.8
Hex EF A7 A8 0 1E 1E 6 167 45 50
Octal 357 247 250 0 36 36 6 547 105 120
Binary 11101111 10100111 10101000 0 11110 11110 110 101100111 1000101 1010000

Color Harmonies of #EFA7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA7A8

Black with #EFA7A8

Text Example


Text Example

White with #EFA7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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