Html Css Color HEX #EBA9AA Pale Chestnut

📋 copy color: '#EBA9AA'

red 235 ◦ green 169 ◦ blue 170

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

Shades of Pale Chestnut #EBA9AA

Tints of Pale Chestnut #EBA9AA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.44%

 BLUE value IS 170 (66.8% from 255) = 29.62%

R = 40.94%
G = 29.44%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBA9AA (or 0xEBA9AA) is known color: Pale Chestnut. HEX triplet: EB, A9 and AA. RGB value is (235,169,170). Sum of RGB (Red+Green+Blue) = 235+169+170=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA9AA is #145655. Grayscale: #BCBCBC. Windows color (decimal): -1332822 or 11184619. OLE color: 11184619.

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

Color convert

RGB 235 169 170 -
CMYK 0 0.28 0.28 0.08
HSL 359.09º 0.62% 0.79% -
HSV(B) 359.09º 0.28% 0.92% -
XYZ 55.7 48.94 44.54 -
YUV 188.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 235 169 170 0 0.28 0.28 0.08 359.09 0.62 0.79
Hex EB A9 AA 0 1C 1C 8 167 3E 4F
Octal 353 251 252 0 34 34 10 547 76 117
Binary 11101011 10101001 10101010 0 11100 11100 1000 101100111 111110 1001111

Color Harmonies of #EBA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9AA

Black with #EBA9AA

Text Example


Text Example

White with #EBA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9AA; }

 p { color: rgb(235,169,170); }

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

background-color css

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

 a { background-color: rgb(235,169,170); }

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

border-color css

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

 span { border-color: rgb(235,169,170); }

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