Html Css Color HEX #EFA9AF Pale Chestnut

📋 copy color: '#EFA9AF'

red 239 ◦ green 169 ◦ blue 175

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

Shades of Pale Chestnut #EFA9AF

Tints of Pale Chestnut #EFA9AF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.99%

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

R = 40.99%
G = 28.99%
B = 30.02%

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

#EFA9AF (or 0xEFA9AF) is known color: Pale Chestnut. HEX triplet: EF, A9 and AF. RGB value is (239,169,175). Sum of RGB (Red+Green+Blue) = 239+169+175=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA9AF is #105650. Grayscale: #BEBEBE. Windows color (decimal): -1070673 or 11512303. OLE color: 11512303.

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

Color convert

RGB 239 169 175 -
CMYK 0 0.29 0.27 0.06
HSL 354.86º 0.69% 0.8% -
HSV(B) 354.86º 0.29% 0.94% -
XYZ 57.52 49.82 47.14 -
YUV 190.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 239 169 175 0 0.29 0.27 0.06 354.86 0.69 0.8
Hex EF A9 AF 0 1D 1B 6 163 45 50
Octal 357 251 257 0 35 33 6 543 105 120
Binary 11101111 10101001 10101111 0 11101 11011 110 101100011 1000101 1010000

Color Harmonies of #EFA9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9AF

Black with #EFA9AF

Text Example


Text Example

White with #EFA9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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