Html Css Color HEX #EFABAF Pale Chestnut

📋 copy color: '#EFABAF'

red 239 ◦ green 171 ◦ blue 175

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

Shades of Pale Chestnut #EFABAF

Tints of Pale Chestnut #EFABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.23%

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

R = 40.85%
G = 29.23%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFABAF (or 0xEFABAF) is known color: Pale Chestnut. HEX triplet: EF, AB and AF. RGB value is (239,171,175). Sum of RGB (Red+Green+Blue) = 239+171+175=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABAF is #105450. Grayscale: #BFBFBF. Windows color (decimal): -1070161 or 11512815. OLE color: 11512815.

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

Color convert

RGB 239 171 175 -
CMYK 0 0.28 0.27 0.06
HSL 356.47º 0.68% 0.8% -
HSV(B) 356.47º 0.28% 0.94% -
XYZ 57.9 50.57 47.27 -
YUV 191.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 239 171 175 0 0.28 0.27 0.06 356.47 0.68 0.8
Hex EF AB AF 0 1C 1B 6 164 44 50
Octal 357 253 257 0 34 33 6 544 104 120
Binary 11101111 10101011 10101111 0 11100 11011 110 101100100 1000100 1010000

Color Harmonies of #EFABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABAF

Black with #EFABAF

Text Example


Text Example

White with #EFABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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