Html Css Color HEX #EBAAAC Pale Chestnut

📋 copy color: '#EBAAAC'

red 235 ◦ green 170 ◦ blue 172

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

Shades of Pale Chestnut #EBAAAC

Tints of Pale Chestnut #EBAAAC

RGB

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

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

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

R = 40.73%
G = 29.46%
B = 29.81%

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

#EBAAAC (or 0xEBAAAC) is known color: Pale Chestnut. HEX triplet: EB, AA and AC. RGB value is (235,170,172). Sum of RGB (Red+Green+Blue) = 235+170+172=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAAC is #145553. Grayscale: #BDBDBD. Windows color (decimal): -1332564 or 11315947. OLE color: 11315947.

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

Color convert

RGB 235 170 172 -
CMYK 0 0.28 0.27 0.08
HSL 358.15º 0.62% 0.79% -
HSV(B) 358.15º 0.28% 0.92% -
XYZ 56.08 49.39 45.61 -
YUV 189.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 235 170 172 0 0.28 0.27 0.08 358.15 0.62 0.79
Hex EB AA AC 0 1C 1B 8 166 3E 4F
Octal 353 252 254 0 34 33 10 546 76 117
Binary 11101011 10101010 10101100 0 11100 11011 1000 101100110 111110 1001111

Color Harmonies of #EBAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAAC

Black with #EBAAAC

Text Example


Text Example

White with #EBAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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