Html Css Color HEX #EBA8AA Pale Chestnut

📋 copy color: '#EBA8AA'

red 235 ◦ green 168 ◦ blue 170

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

Shades of Pale Chestnut #EBA8AA

Tints of Pale Chestnut #EBA8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.67%

R = 41.01%
G = 29.32%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBA8AA (or 0xEBA8AA) is known color: Pale Chestnut. HEX triplet: EB, A8 and AA. RGB value is (235,168,170). Sum of RGB (Red+Green+Blue) = 235+168+170=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA8AA is #145755. Grayscale: #BCBCBC. Windows color (decimal): -1333078 or 11184363. OLE color: 11184363.

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

Color convert

RGB 235 168 170 -
CMYK 0 0.29 0.28 0.08
HSL 358.21º 0.63% 0.79% -
HSV(B) 358.21º 0.29% 0.92% -
XYZ 55.52 48.57 44.48 -
YUV 188.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 235 168 170 0 0.29 0.28 0.08 358.21 0.63 0.79
Hex EB A8 AA 0 1D 1C 8 166 3F 4F
Octal 353 250 252 0 35 34 10 546 77 117
Binary 11101011 10101000 10101010 0 11101 11100 1000 101100110 111111 1001111

Color Harmonies of #EBA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8AA

Black with #EBA8AA

Text Example


Text Example

White with #EBA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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