Html Css Color HEX #EBA8AC Pale Chestnut

📋 copy color: '#EBA8AC'

red 235 ◦ green 168 ◦ blue 172

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

Shades of Pale Chestnut #EBA8AC

Tints of Pale Chestnut #EBA8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.91%

R = 40.87%
G = 29.22%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBA8AC (or 0xEBA8AC) is known color: Pale Chestnut. HEX triplet: EB, A8 and AC. RGB value is (235,168,172). Sum of RGB (Red+Green+Blue) = 235+168+172=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA8AC is #145753. Grayscale: #BCBCBC. Windows color (decimal): -1333076 or 11315435. OLE color: 11315435.

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

Color convert

RGB 235 168 172 -
CMYK 0 0.29 0.27 0.08
HSL 356.42º 0.63% 0.79% -
HSV(B) 356.42º 0.29% 0.92% -
XYZ 55.71 48.65 45.48 -
YUV 188.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 235 168 172 0 0.29 0.27 0.08 356.42 0.63 0.79
Hex EB A8 AC 0 1D 1B 8 164 3F 4F
Octal 353 250 254 0 35 33 10 544 77 117
Binary 11101011 10101000 10101100 0 11101 11011 1000 101100100 111111 1001111

Color Harmonies of #EBA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8AC

Black with #EBA8AC

Text Example


Text Example

White with #EBA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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