Html Css Color HEX #EBAEB0 Pale Chestnut

📋 copy color: '#EBAEB0'

red 235 ◦ green 174 ◦ blue 176

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

Shades of Pale Chestnut #EBAEB0

Tints of Pale Chestnut #EBAEB0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.74%

 BLUE value IS 176 (69.14% from 255) = 30.09%

R = 40.17%
G = 29.74%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBAEB0 (or 0xEBAEB0) is known color: Pale Chestnut. HEX triplet: EB, AE and B0. RGB value is (235,174,176). Sum of RGB (Red+Green+Blue) = 235+174+176=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAEB0 is #14514F. Grayscale: #C0C0C0. Windows color (decimal): -1331536 or 11579115. OLE color: 11579115.

HSL color Cylindrical-coordinate representation of color #EBAEB0: hue angle of 358.03º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEB0 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 174 176 -
CMYK 0 0.26 0.25 0.08
HSL 358.03º 0.6% 0.8% -
HSV(B) 358.03º 0.26% 0.92% -
XYZ 57.23 51.07 47.92 -
YUV 192.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 235 174 176 0 0.26 0.25 0.08 358.03 0.6 0.8
Hex EB AE B0 0 1A 19 8 166 3C 50
Octal 353 256 260 0 32 31 10 546 74 120
Binary 11101011 10101110 10110000 0 11010 11001 1000 101100110 111100 1010000

Color Harmonies of #EBAEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAEB0

Black with #EBAEB0

Text Example


Text Example

White with #EBAEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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