#EBADAE

Color #EBADAE Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #EBADAE

Tints of Pale Chestnut #EBADAE

Color information

#EBADAE (or 0xEBADAE) is unknown color: approx Pale Chestnut. HEX triplet: EB, AD and AE. RGB value is (235,173,174). Sum of RGB (Red+Green+Blue) = 235+173+174=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBADAE is #145251. Grayscale: #BFBFBF. Windows color (decimal): -1331794 or 11447787. OLE color: 11447787.

HSL color Cylindrical-coordinate representation of color #EBADAE: hue angle of 359.03º degrees, saturation: 0.61, 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 #EBADAE is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235173174-
CMYK00.260.260.08
HSL359.03º60.78%80%-
HSV(B)359.03º26.38%92.16%-
XYZ56.8450.6146.82-
YUV191.65118.04158.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 173 (67.97% from 255) = 29.73%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=40.38%
G=29.73%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517317400.260.260.08359.0360.7880
HexEBADAE01A1A81673d50
Octal353255256032321054775120
Binary1110101110101101101011100110101101010001011001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADAE; }

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

 H1.HeaderClassName
 {
   color: #EBADAE;
 }
 .AnyTagClassName
 {
   color: #EBADAE;
 }
</style>
background-color css

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

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

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

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

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

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