Html Css Color HEX #EBA4AE Pale Chestnut

📋 copy color: '#EBA4AE'

red 235 ◦ green 164 ◦ blue 174

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

Shades of Pale Chestnut #EBA4AE

Tints of Pale Chestnut #EBA4AE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.62%

 BLUE value IS 174 (68.36% from 255) = 30.37%

R = 41.01%
G = 28.62%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBA4AE (or 0xEBA4AE) is known color: Pale Chestnut. HEX triplet: EB, A4 and AE. RGB value is (235,164,174). Sum of RGB (Red+Green+Blue) = 235+164+174=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4AE is #145B51. Grayscale: #BABABA. Windows color (decimal): -1334098 or 11445483. OLE color: 11445483.

HSL color Cylindrical-coordinate representation of color #EBA4AE: hue angle of 351.55º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4AE is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 174 -
CMYK 0 0.30 0.26 0.08
HSL 351.55º 0.64% 0.78% -
HSV(B) 351.55º 0.3% 0.92% -
XYZ 55.18 47.27 46.26 -
YUV 186.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 235 164 174 0 0.30 0.26 0.08 351.55 0.64 0.78
Hex EB A4 AE 0 1E 1A 8 160 40 4E
Octal 353 244 256 0 36 32 10 540 100 116
Binary 11101011 10100100 10101110 0 11110 11010 1000 101100000 1000000 1001110

Color Harmonies of #EBA4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4AE

Black with #EBA4AE

Text Example


Text Example

White with #EBA4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4AE; }

 p { color: rgb(235,164,174); }

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

background-color css

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

 a { background-color: rgb(235,164,174); }

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

border-color css

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

 span { border-color: rgb(235,164,174); }

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