Html Css Color HEX #EFA8A9 Pale Chestnut

📋 copy color: '#EFA8A9'

red 239 ◦ green 168 ◦ blue 169

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

Shades of Pale Chestnut #EFA8A9

Tints of Pale Chestnut #EFA8A9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

 BLUE value IS 169 (66.41% from 255) = 29.34%

R = 41.49%
G = 29.17%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFA8A9 (or 0xEFA8A9) is known color: Pale Chestnut. HEX triplet: EF, A8 and A9. RGB value is (239,168,169). Sum of RGB (Red+Green+Blue) = 239+168+169=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA8A9 is #105756. Grayscale: #BDBDBD. Windows color (decimal): -1070935 or 11118831. OLE color: 11118831.

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

Color convert

RGB 239 168 169 -
CMYK 0 0.30 0.29 0.06
HSL 359.15º 0.69% 0.8% -
HSV(B) 359.15º 0.3% 0.94% -
XYZ 56.76 49.22 44.05 -
YUV 189.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 239 168 169 0 0.30 0.29 0.06 359.15 0.69 0.8
Hex EF A8 A9 0 1E 1D 6 167 45 50
Octal 357 250 251 0 36 35 6 547 105 120
Binary 11101111 10101000 10101001 0 11110 11101 110 101100111 1000101 1010000

Color Harmonies of #EFA8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8A9

Black with #EFA8A9

Text Example


Text Example

White with #EFA8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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