Html Css Color HEX #EBA5AC Pale Chestnut

📋 copy color: '#EBA5AC'

red 235 ◦ green 165 ◦ blue 172

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

Shades of Pale Chestnut #EBA5AC

Tints of Pale Chestnut #EBA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.85%

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

R = 41.08%
G = 28.85%
B = 30.07%

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

#EBA5AC (or 0xEBA5AC) is known color: Pale Chestnut. HEX triplet: EB, A5 and AC. RGB value is (235,165,172). Sum of RGB (Red+Green+Blue) = 235+165+172=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5AC is #145A53. Grayscale: #BABABA. Windows color (decimal): -1333844 or 11314667. OLE color: 11314667.

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

Color convert

RGB 235 165 172 -
CMYK 0 0.30 0.27 0.08
HSL 354º 0.64% 0.78% -
HSV(B) 354º 0.3% 0.92% -
XYZ 55.16 47.55 45.3 -
YUV 186.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 235 165 172 0 0.30 0.27 0.08 354 0.64 0.78
Hex EB A5 AC 0 1E 1B 8 162 40 4E
Octal 353 245 254 0 36 33 10 542 100 116
Binary 11101011 10100101 10101100 0 11110 11011 1000 101100010 1000000 1001110

Color Harmonies of #EBA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5AC

Black with #EBA5AC

Text Example


Text Example

White with #EBA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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