Html Css Color HEX #EBA7A8 Pale Chestnut

📋 copy color: '#EBA7A8'

red 235 ◦ green 167 ◦ blue 168

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

Shades of Pale Chestnut #EBA7A8

Tints of Pale Chestnut #EBA7A8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.3%

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

R = 41.23%
G = 29.3%
B = 29.47%

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

#EBA7A8 (or 0xEBA7A8) is known color: Pale Chestnut. HEX triplet: EB, A7 and A8. RGB value is (235,167,168). Sum of RGB (Red+Green+Blue) = 235+167+168=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA7A8 is #145857. Grayscale: #BBBBBB. Windows color (decimal): -1333336 or 11053035. OLE color: 11053035.

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

Color convert

RGB 235 167 168 -
CMYK 0 0.29 0.29 0.08
HSL 359.12º 0.63% 0.79% -
HSV(B) 359.12º 0.29% 0.92% -
XYZ 55.15 48.13 43.43 -
YUV 187.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 235 167 168 0 0.29 0.29 0.08 359.12 0.63 0.79
Hex EB A7 A8 0 1D 1D 8 167 3F 4F
Octal 353 247 250 0 35 35 10 547 77 117
Binary 11101011 10100111 10101000 0 11101 11101 1000 101100111 111111 1001111

Color Harmonies of #EBA7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7A8

Black with #EBA7A8

Text Example


Text Example

White with #EBA7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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