Html Css Color HEX #EBA6A8 Pale Chestnut

📋 copy color: '#EBA6A8'

red 235 ◦ green 166 ◦ blue 168

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

Shades of Pale Chestnut #EBA6A8

Tints of Pale Chestnut #EBA6A8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.17%

 BLUE value IS 168 (66.02% from 255) = 29.53%

R = 41.3%
G = 29.17%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EBA6A8 (or 0xEBA6A8) is known color: Pale Chestnut. HEX triplet: EB, A6 and A8. RGB value is (235,166,168). Sum of RGB (Red+Green+Blue) = 235+166+168=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6A8 is #145957. Grayscale: #BABABA. Windows color (decimal): -1333592 or 11052779. OLE color: 11052779.

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

Color convert

RGB 235 166 168 -
CMYK 0 0.29 0.29 0.08
HSL 358.26º 0.63% 0.79% -
HSV(B) 358.26º 0.29% 0.92% -
XYZ 54.97 47.76 43.37 -
YUV 186.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 235 166 168 0 0.29 0.29 0.08 358.26 0.63 0.79
Hex EB A6 A8 0 1D 1D 8 166 3F 4F
Octal 353 246 250 0 35 35 10 546 77 117
Binary 11101011 10100110 10101000 0 11101 11101 1000 101100110 111111 1001111

Color Harmonies of #EBA6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6A8

Black with #EBA6A8

Text Example


Text Example

White with #EBA6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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