Html Css Color HEX #EBAAAB Pale Chestnut

📋 copy color: '#EBAAAB'

red 235 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #EBAAAB

Tints of Pale Chestnut #EBAAAB

RGB

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

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

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

R = 40.8%
G = 29.51%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBAAAB (or 0xEBAAAB) is known color: Pale Chestnut. HEX triplet: EB, AA and AB. RGB value is (235,170,171). Sum of RGB (Red+Green+Blue) = 235+170+171=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAAB is #145554. Grayscale: #BDBDBD. Windows color (decimal): -1332565 or 11250411. OLE color: 11250411.

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

Color convert

RGB 235 170 171 -
CMYK 0 0.28 0.27 0.08
HSL 359.08º 0.62% 0.79% -
HSV(B) 359.08º 0.28% 0.92% -
XYZ 55.99 49.35 45.1 -
YUV 189.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 235 170 171 0 0.28 0.27 0.08 359.08 0.62 0.79
Hex EB AA AB 0 1C 1B 8 167 3E 4F
Octal 353 252 253 0 34 33 10 547 76 117
Binary 11101011 10101010 10101011 0 11100 11011 1000 101100111 111110 1001111

Color Harmonies of #EBAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAAB

Black with #EBAAAB

Text Example


Text Example

White with #EBAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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