Html Css Color HEX #EBA9B0 Pale Chestnut

📋 copy color: '#EBA9B0'

red 235 ◦ green 169 ◦ blue 176

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

Shades of Pale Chestnut #EBA9B0

Tints of Pale Chestnut #EBA9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.34%

R = 40.52%
G = 29.14%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBA9B0 (or 0xEBA9B0) is known color: Pale Chestnut. HEX triplet: EB, A9 and B0. RGB value is (235,169,176). Sum of RGB (Red+Green+Blue) = 235+169+176=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA9B0 is #14564F. Grayscale: #BDBDBD. Windows color (decimal): -1332816 or 11577835. OLE color: 11577835.

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

Color convert

RGB 235 169 176 -
CMYK 0 0.28 0.25 0.08
HSL 353.64º 0.62% 0.79% -
HSV(B) 353.64º 0.28% 0.92% -
XYZ 56.29 49.17 47.6 -
YUV 189.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 235 169 176 0 0.28 0.25 0.08 353.64 0.62 0.79
Hex EB A9 B0 0 1C 19 8 162 3E 4F
Octal 353 251 260 0 34 31 10 542 76 117
Binary 11101011 10101001 10110000 0 11100 11001 1000 101100010 111110 1001111

Color Harmonies of #EBA9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9B0

Black with #EBA9B0

Text Example


Text Example

White with #EBA9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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