Html Css Color HEX #EBA3A4 Pale Chestnut

📋 copy color: '#EBA3A4'

red 235 ◦ green 163 ◦ blue 164

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

Shades of Pale Chestnut #EBA3A4

Tints of Pale Chestnut #EBA3A4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29%

 BLUE value IS 164 (64.45% from 255) = 29.18%

R = 41.81%
G = 29%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EBA3A4 (or 0xEBA3A4) is known color: Pale Chestnut. HEX triplet: EB, A3 and A4. RGB value is (235,163,164). Sum of RGB (Red+Green+Blue) = 235+163+164=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA3A4 is #145C5B. Grayscale: #B8B8B8. Windows color (decimal): -1334364 or 10789867. OLE color: 10789867.

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

Color convert

RGB 235 163 164 -
CMYK 0 0.31 0.30 0.08
HSL 359.17º 0.64% 0.78% -
HSV(B) 359.17º 0.31% 0.92% -
XYZ 54.06 46.54 41.26 -
YUV 184.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 235 163 164 0 0.31 0.30 0.08 359.17 0.64 0.78
Hex EB A3 A4 0 1F 1E 8 167 40 4E
Octal 353 243 244 0 37 36 10 547 100 116
Binary 11101011 10100011 10100100 0 11111 11110 1000 101100111 1000000 1001110

Color Harmonies of #EBA3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3A4

Black with #EBA3A4

Text Example


Text Example

White with #EBA3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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