Html Css Color HEX #EFAAAF Pale Chestnut

📋 copy color: '#EFAAAF'

red 239 ◦ green 170 ◦ blue 175

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

Shades of Pale Chestnut #EFAAAF

Tints of Pale Chestnut #EFAAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.97%

R = 40.92%
G = 29.11%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFAAAF (or 0xEFAAAF) is known color: Pale Chestnut. HEX triplet: EF, AA and AF. RGB value is (239,170,175). Sum of RGB (Red+Green+Blue) = 239+170+175=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAAF is #105550. Grayscale: #BFBFBF. Windows color (decimal): -1070417 or 11512559. OLE color: 11512559.

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

Color convert

RGB 239 170 175 -
CMYK 0 0.29 0.27 0.06
HSL 355.65º 0.68% 0.8% -
HSV(B) 355.65º 0.29% 0.94% -
XYZ 57.71 50.2 47.2 -
YUV 191.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 239 170 175 0 0.29 0.27 0.06 355.65 0.68 0.8
Hex EF AA AF 0 1D 1B 6 164 44 50
Octal 357 252 257 0 35 33 6 544 104 120
Binary 11101111 10101010 10101111 0 11101 11011 110 101100100 1000100 1010000

Color Harmonies of #EFAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAAAF

Black with #EFAAAF

Text Example


Text Example

White with #EFAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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