Html Css Color HEX #EFABB0 Pale Chestnut

📋 copy color: '#EFABB0'

red 239 ◦ green 171 ◦ blue 176

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

Shades of Pale Chestnut #EFABB0

Tints of Pale Chestnut #EFABB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.03%

R = 40.78%
G = 29.18%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFABB0 (or 0xEFABB0) is known color: Pale Chestnut. HEX triplet: EF, AB and B0. RGB value is (239,171,176). Sum of RGB (Red+Green+Blue) = 239+171+176=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABB0 is #10544F. Grayscale: #BFBFBF. Windows color (decimal): -1070160 or 11578351. OLE color: 11578351.

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

Color convert

RGB 239 171 176 -
CMYK 0 0.28 0.26 0.06
HSL 355.59º 0.68% 0.8% -
HSV(B) 355.59º 0.28% 0.94% -
XYZ 58 50.61 47.79 -
YUV 191.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 239 171 176 0 0.28 0.26 0.06 355.59 0.68 0.8
Hex EF AB B0 0 1C 1A 6 164 44 50
Octal 357 253 260 0 34 32 6 544 104 120
Binary 11101111 10101011 10110000 0 11100 11010 110 101100100 1000100 1010000

Color Harmonies of #EFABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFABB0

Black with #EFABB0

Text Example


Text Example

White with #EFABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFABB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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