Html Css Color HEX #EAADB0 Pale Chestnut

📋 copy color: '#EAADB0'

red 234 ◦ green 173 ◦ blue 176

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

Shades of Pale Chestnut #EAADB0

Tints of Pale Chestnut #EAADB0

RGB

 RED value IS 234 (91.8% from 255) = 40.14%

 GREEN value IS 173 (67.97% from 255) = 29.67%

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

R = 40.14%
G = 29.67%
B = 30.19%

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

#EAADB0 (or 0xEAADB0) is known color: Pale Chestnut. HEX triplet: EA, AD and B0. RGB value is (234,173,176). Sum of RGB (Red+Green+Blue) = 234+173+176=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAADB0 is #15524F. Grayscale: #BFBFBF. Windows color (decimal): -1397328 or 11578858. OLE color: 11578858.

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

Color convert

RGB 234 173 176 -
CMYK 0 0.26 0.25 0.08
HSL 357.05º 0.59% 0.8% -
HSV(B) 357.05º 0.26% 0.92% -
XYZ 56.71 50.51 47.84 -
YUV 191.58 119.21 158.26 -
System Red Green Blue C M Y K H S L
Decimal 234 173 176 0 0.26 0.25 0.08 357.05 0.59 0.8
Hex EA AD B0 0 1A 19 8 165 3B 50
Octal 352 255 260 0 32 31 10 545 73 120
Binary 11101010 10101101 10110000 0 11010 11001 1000 101100101 111011 1010000

Color Harmonies of #EAADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAADB0

Black with #EAADB0

Text Example


Text Example

White with #EAADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAADB0; }

 p { color: rgb(234,173,176); }

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

background-color css

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

 a { background-color: rgb(234,173,176); }

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

border-color css

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

 span { border-color: rgb(234,173,176); }

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