Html Css Color HEX #EAACAE Pale Chestnut

📋 copy color: '#EAACAE'

red 234 ◦ green 172 ◦ blue 174

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

Shades of Pale Chestnut #EAACAE

Tints of Pale Chestnut #EAACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.66%

 BLUE value IS 174 (68.36% from 255) = 30%

R = 40.34%
G = 29.66%
B = 30%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EAACAE (or 0xEAACAE) is known color: Pale Chestnut. HEX triplet: EA, AC and AE. RGB value is (234,172,174). Sum of RGB (Red+Green+Blue) = 234+172+174=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAACAE is #155351. Grayscale: #BEBEBE. Windows color (decimal): -1397586 or 11447530. OLE color: 11447530.

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

Color convert

RGB 234 172 174 -
CMYK 0 0.26 0.26 0.08
HSL 358.06º 0.6% 0.8% -
HSV(B) 358.06º 0.26% 0.92% -
XYZ 56.32 50.05 46.74 -
YUV 190.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 234 172 174 0 0.26 0.26 0.08 358.06 0.6 0.8
Hex EA AC AE 0 1A 1A 8 166 3C 50
Octal 352 254 256 0 32 32 10 546 74 120
Binary 11101010 10101100 10101110 0 11010 11010 1000 101100110 111100 1010000

Color Harmonies of #EAACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACAE

Black with #EAACAE

Text Example


Text Example

White with #EAACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACAE; }

 p { color: rgb(234,172,174); }

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

background-color css

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

 a { background-color: rgb(234,172,174); }

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

border-color css

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

 span { border-color: rgb(234,172,174); }

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