Html Css Color HEX #EAAAAB Pale Chestnut

📋 copy color: '#EAAAAB'

red 234 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #EAAAAB

Tints of Pale Chestnut #EAAAAB

RGB

 RED value IS 234 (91.8% from 255) = 40.7%

 GREEN value IS 170 (66.8% from 255) = 29.57%

 BLUE value IS 171 (67.19% from 255) = 29.74%

R = 40.7%
G = 29.57%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EAAAAB (or 0xEAAAAB) is known color: Pale Chestnut. HEX triplet: EA, AA and AB. RGB value is (234,170,171). Sum of RGB (Red+Green+Blue) = 234+170+171=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAAAB is #155554. Grayscale: #BDBDBD. Windows color (decimal): -1398101 or 11250410. OLE color: 11250410.

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

Color convert

RGB 234 170 171 -
CMYK 0 0.27 0.27 0.08
HSL 359.06º 0.6% 0.79% -
HSV(B) 359.06º 0.27% 0.92% -
XYZ 55.66 49.18 45.09 -
YUV 189.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 234 170 171 0 0.27 0.27 0.08 359.06 0.6 0.79
Hex EA AA AB 0 1B 1B 8 167 3C 4F
Octal 352 252 253 0 33 33 10 547 74 117
Binary 11101010 10101010 10101011 0 11011 11011 1000 101100111 111100 1001111

Color Harmonies of #EAAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAAAB

Black with #EAAAAB

Text Example


Text Example

White with #EAAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAAAB; }

 p { color: rgb(234,170,171); }

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

background-color css

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

 a { background-color: rgb(234,170,171); }

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

border-color css

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

 span { border-color: rgb(234,170,171); }

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