Html Css Color HEX #EBAAAF Pale Chestnut

📋 copy color: '#EBAAAF'

red 235 ◦ green 170 ◦ blue 175

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

Shades of Pale Chestnut #EBAAAF

Tints of Pale Chestnut #EBAAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.17%

R = 40.52%
G = 29.31%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBAAAF (or 0xEBAAAF) is known color: Pale Chestnut. HEX triplet: EB, AA and AF. RGB value is (235,170,175). Sum of RGB (Red+Green+Blue) = 235+170+175=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAAAF is #145550. Grayscale: #BEBEBE. Windows color (decimal): -1332561 or 11512555. OLE color: 11512555.

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

Color convert

RGB 235 170 175 -
CMYK 0 0.28 0.26 0.08
HSL 355.38º 0.62% 0.79% -
HSV(B) 355.38º 0.28% 0.92% -
XYZ 56.37 49.51 47.14 -
YUV 190.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 235 170 175 0 0.28 0.26 0.08 355.38 0.62 0.79
Hex EB AA AF 0 1C 1A 8 163 3E 4F
Octal 353 252 257 0 34 32 10 543 76 117
Binary 11101011 10101010 10101111 0 11100 11010 1000 101100011 111110 1001111

Color Harmonies of #EBAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAAAF

Black with #EBAAAF

Text Example


Text Example

White with #EBAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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