Html Css Color HEX #EAAE9C Wax Flower

📋 copy color: '#EAAE9C'

red 234 ◦ green 174 ◦ blue 156

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

Shades of Wax Flower #EAAE9C

Tints of Wax Flower #EAAE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.66%

R = 41.49%
G = 30.85%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAAE9C (or 0xEAAE9C) is known color: Wax Flower. HEX triplet: EA, AE and 9C. RGB value is (234,174,156). Sum of RGB (Red+Green+Blue) = 234+174+156=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE9C is #155163. Grayscale: #BEBEBE. Windows color (decimal): -1397092 or 10268394. OLE color: 10268394.

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

Color convert

RGB 234 174 156 -
CMYK 0 0.26 0.33 0.08
HSL 13.85º 0.65% 0.76% -
HSV(B) 13.85º 0.33% 0.92% -
XYZ 55.07 50.16 38.23 -
YUV 189.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 234 174 156 0 0.26 0.33 0.08 13.85 0.65 0.76
Hex EA AE 9C 0 1A 21 8 E 41 4C
Octal 352 256 234 0 32 41 10 16 101 114
Binary 11101010 10101110 10011100 0 11010 100001 1000 1110 1000001 1001100

Color Harmonies of #EAAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE9C

Black with #EAAE9C

Text Example


Text Example

White with #EAAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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