Html Css Color HEX #EBA4A5 Pale Chestnut

📋 copy color: '#EBA4A5'

red 235 ◦ green 164 ◦ blue 165

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

Shades of Pale Chestnut #EBA4A5

Tints of Pale Chestnut #EBA4A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.26%

R = 41.67%
G = 29.08%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBA4A5 (or 0xEBA4A5) is known color: Pale Chestnut. HEX triplet: EB, A4 and A5. RGB value is (235,164,165). Sum of RGB (Red+Green+Blue) = 235+164+165=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA4A5 is #145B5A. Grayscale: #B9B9B9. Windows color (decimal): -1334107 or 10855659. OLE color: 10855659.

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

Color convert

RGB 235 164 165 -
CMYK 0 0.30 0.30 0.08
HSL 359.15º 0.64% 0.78% -
HSV(B) 359.15º 0.3% 0.92% -
XYZ 54.33 46.93 41.79 -
YUV 185.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 235 164 165 0 0.30 0.30 0.08 359.15 0.64 0.78
Hex EB A4 A5 0 1E 1E 8 167 40 4E
Octal 353 244 245 0 36 36 10 547 100 116
Binary 11101011 10100100 10100101 0 11110 11110 1000 101100111 1000000 1001110

Color Harmonies of #EBA4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4A5

Black with #EBA4A5

Text Example


Text Example

White with #EBA4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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