Html Css Color HEX #EBA4AD Pale Chestnut

📋 copy color: '#EBA4AD'

red 235 ◦ green 164 ◦ blue 173

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

Shades of Pale Chestnut #EBA4AD

Tints of Pale Chestnut #EBA4AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 41.08%
G = 28.67%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBA4AD (or 0xEBA4AD) is known color: Pale Chestnut. HEX triplet: EB, A4 and AD. RGB value is (235,164,173). Sum of RGB (Red+Green+Blue) = 235+164+173=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4AD is #145B52. Grayscale: #BABABA. Windows color (decimal): -1334099 or 11379947. OLE color: 11379947.

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

Color convert

RGB 235 164 173 -
CMYK 0 0.30 0.26 0.08
HSL 352.39º 0.64% 0.78% -
HSV(B) 352.39º 0.3% 0.92% -
XYZ 55.08 47.23 45.75 -
YUV 186.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 235 164 173 0 0.30 0.26 0.08 352.39 0.64 0.78
Hex EB A4 AD 0 1E 1A 8 160 40 4E
Octal 353 244 255 0 36 32 10 540 100 116
Binary 11101011 10100100 10101101 0 11110 11010 1000 101100000 1000000 1001110

Color Harmonies of #EBA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4AD

Black with #EBA4AD

Text Example


Text Example

White with #EBA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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