Html Css Color HEX #EBA6AC Pale Chestnut

📋 copy color: '#EBA6AC'

red 235 ◦ green 166 ◦ blue 172

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

Shades of Pale Chestnut #EBA6AC

Tints of Pale Chestnut #EBA6AC

RGB

 RED value IS 235 (92.19% from 255) = 41.01%

 GREEN value IS 166 (65.23% from 255) = 28.97%

 BLUE value IS 172 (67.58% from 255) = 30.02%

R = 41.01%
G = 28.97%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBA6AC (or 0xEBA6AC) is known color: Pale Chestnut. HEX triplet: EB, A6 and AC. RGB value is (235,166,172). Sum of RGB (Red+Green+Blue) = 235+166+172=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6AC is #145953. Grayscale: #BBBBBB. Windows color (decimal): -1333588 or 11314923. OLE color: 11314923.

HSL color Cylindrical-coordinate representation of color #EBA6AC: hue angle of 354.78º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA6AC is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 172 -
CMYK 0 0.29 0.27 0.08
HSL 354.78º 0.63% 0.79% -
HSV(B) 354.78º 0.29% 0.92% -
XYZ 55.34 47.91 45.36 -
YUV 187.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 235 166 172 0 0.29 0.27 0.08 354.78 0.63 0.79
Hex EB A6 AC 0 1D 1B 8 163 3F 4F
Octal 353 246 254 0 35 33 10 543 77 117
Binary 11101011 10100110 10101100 0 11101 11011 1000 101100011 111111 1001111

Color Harmonies of #EBA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6AC

Black with #EBA6AC

Text Example


Text Example

White with #EBA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6AC; }

 p { color: rgb(235,166,172); }

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

background-color css

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

 a { background-color: rgb(235,166,172); }

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

border-color css

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

 span { border-color: rgb(235,166,172); }

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