Html Css Color HEX #EFAAAC Pale Chestnut

📋 copy color: '#EFAAAC'

red 239 ◦ green 170 ◦ blue 172

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

Shades of Pale Chestnut #EFAAAC

Tints of Pale Chestnut #EFAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.26%

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

R = 41.14%
G = 29.26%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFAAAC (or 0xEFAAAC) is known color: Pale Chestnut. HEX triplet: EF, AA and AC. RGB value is (239,170,172). Sum of RGB (Red+Green+Blue) = 239+170+172=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAAC is #105553. Grayscale: #BEBEBE. Windows color (decimal): -1070420 or 11315951. OLE color: 11315951.

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

Color convert

RGB 239 170 172 -
CMYK 0 0.29 0.28 0.06
HSL 358.26º 0.68% 0.8% -
HSV(B) 358.26º 0.29% 0.94% -
XYZ 57.42 50.08 45.67 -
YUV 190.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 239 170 172 0 0.29 0.28 0.06 358.26 0.68 0.8
Hex EF AA AC 0 1D 1C 6 166 44 50
Octal 357 252 254 0 35 34 6 546 104 120
Binary 11101111 10101010 10101100 0 11101 11100 110 101100110 1000100 1010000

Color Harmonies of #EFAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAAC

Black with #EFAAAC

Text Example


Text Example

White with #EFAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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