Html Css Color HEX #EBA8AD Pale Chestnut

📋 copy color: '#EBA8AD'

red 235 ◦ green 168 ◦ blue 173

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

Shades of Pale Chestnut #EBA8AD

Tints of Pale Chestnut #EBA8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

 BLUE value IS 173 (67.97% from 255) = 30.03%

R = 40.8%
G = 29.17%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBA8AD (or 0xEBA8AD) is known color: Pale Chestnut. HEX triplet: EB, A8 and AD. RGB value is (235,168,173). Sum of RGB (Red+Green+Blue) = 235+168+173=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA8AD is #145752. Grayscale: #BCBCBC. Windows color (decimal): -1333075 or 11380971. OLE color: 11380971.

HSL color Cylindrical-coordinate representation of color #EBA8AD: hue angle of 355.52º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8AD is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 173 -
CMYK 0 0.29 0.26 0.08
HSL 355.52º 0.63% 0.79% -
HSV(B) 355.52º 0.29% 0.92% -
XYZ 55.81 48.68 45.99 -
YUV 188.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 235 168 173 0 0.29 0.26 0.08 355.52 0.63 0.79
Hex EB A8 AD 0 1D 1A 8 164 3F 4F
Octal 353 250 255 0 35 32 10 544 77 117
Binary 11101011 10101000 10101101 0 11101 11010 1000 101100100 111111 1001111

Color Harmonies of #EBA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8AD

Black with #EBA8AD

Text Example


Text Example

White with #EBA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8AD; }

 p { color: rgb(235,168,173); }

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

background-color css

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

 a { background-color: rgb(235,168,173); }

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

border-color css

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

 span { border-color: rgb(235,168,173); }

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