Html Css Color HEX #EBA9AF Pale Chestnut

📋 copy color: '#EBA9AF'

red 235 ◦ green 169 ◦ blue 175

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

Shades of Pale Chestnut #EBA9AF

Tints of Pale Chestnut #EBA9AF

RGB

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

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

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

R = 40.59%
G = 29.19%
B = 30.22%

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

#EBA9AF (or 0xEBA9AF) is known color: Pale Chestnut. HEX triplet: EB, A9 and AF. RGB value is (235,169,175). Sum of RGB (Red+Green+Blue) = 235+169+175=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA9AF is #145650. Grayscale: #BDBDBD. Windows color (decimal): -1332817 or 11512299. OLE color: 11512299.

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

Color convert

RGB 235 169 175 -
CMYK 0 0.28 0.26 0.08
HSL 354.55º 0.62% 0.79% -
HSV(B) 354.55º 0.28% 0.92% -
XYZ 56.19 49.13 47.08 -
YUV 189.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 235 169 175 0 0.28 0.26 0.08 354.55 0.62 0.79
Hex EB A9 AF 0 1C 1A 8 163 3E 4F
Octal 353 251 257 0 34 32 10 543 76 117
Binary 11101011 10101001 10101111 0 11100 11010 1000 101100011 111110 1001111

Color Harmonies of #EBA9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA9AF

Black with #EBA9AF

Text Example


Text Example

White with #EBA9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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