Html Css Color HEX #EFABAE Pale Chestnut

📋 copy color: '#EFABAE'

red 239 ◦ green 171 ◦ blue 174

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

Shades of Pale Chestnut #EFABAE

Tints of Pale Chestnut #EFABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.79%

R = 40.92%
G = 29.28%
B = 29.79%

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

#EFABAE (or 0xEFABAE) is known color: Pale Chestnut. HEX triplet: EF, AB and AE. RGB value is (239,171,174). Sum of RGB (Red+Green+Blue) = 239+171+174=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABAE is #105451. Grayscale: #BFBFBF. Windows color (decimal): -1070162 or 11447279. OLE color: 11447279.

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

Color convert

RGB 239 171 174 -
CMYK 0 0.28 0.27 0.06
HSL 357.35º 0.68% 0.8% -
HSV(B) 357.35º 0.28% 0.94% -
XYZ 57.8 50.53 46.75 -
YUV 191.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 239 171 174 0 0.28 0.27 0.06 357.35 0.68 0.8
Hex EF AB AE 0 1C 1B 6 165 44 50
Octal 357 253 256 0 34 33 6 545 104 120
Binary 11101111 10101011 10101110 0 11100 11011 110 101100101 1000100 1010000

Color Harmonies of #EFABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABAE

Black with #EFABAE

Text Example


Text Example

White with #EFABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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