Html Css Color HEX #EBA4AC Pale Chestnut

📋 copy color: '#EBA4AC'

red 235 ◦ green 164 ◦ blue 172

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

Shades of Pale Chestnut #EBA4AC

Tints of Pale Chestnut #EBA4AC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.72%

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

R = 41.16%
G = 28.72%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBA4AC (or 0xEBA4AC) is known color: Pale Chestnut. HEX triplet: EB, A4 and AC. RGB value is (235,164,172). Sum of RGB (Red+Green+Blue) = 235+164+172=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4AC is #145B53. Grayscale: #BABABA. Windows color (decimal): -1334100 or 11314411. OLE color: 11314411.

HSL color Cylindrical-coordinate representation of color #EBA4AC: hue angle of 353.24º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4AC is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 172 -
CMYK 0 0.30 0.27 0.08
HSL 353.24º 0.64% 0.78% -
HSV(B) 353.24º 0.3% 0.92% -
XYZ 54.98 47.19 45.24 -
YUV 186.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 235 164 172 0 0.30 0.27 0.08 353.24 0.64 0.78
Hex EB A4 AC 0 1E 1B 8 161 40 4E
Octal 353 244 254 0 36 33 10 541 100 116
Binary 11101011 10100100 10101100 0 11110 11011 1000 101100001 1000000 1001110

Color Harmonies of #EBA4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4AC

Black with #EBA4AC

Text Example


Text Example

White with #EBA4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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