Html Css Color HEX #EAAE9E Wax Flower

📋 copy color: '#EAAE9E'

red 234 ◦ green 174 ◦ blue 158

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

Shades of Wax Flower #EAAE9E

Tints of Wax Flower #EAAE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.92%

R = 41.34%
G = 30.74%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAAE9E (or 0xEAAE9E) is known color: Wax Flower. HEX triplet: EA, AE and 9E. RGB value is (234,174,158). Sum of RGB (Red+Green+Blue) = 234+174+158=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE9E is #155161. Grayscale: #BEBEBE. Windows color (decimal): -1397090 or 10399466. OLE color: 10399466.

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

Color convert

RGB 234 174 158 -
CMYK 0 0.26 0.32 0.08
HSL 12.63º 0.64% 0.77% -
HSV(B) 12.63º 0.32% 0.92% -
XYZ 55.24 50.23 39.13 -
YUV 190.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 234 174 158 0 0.26 0.32 0.08 12.63 0.64 0.77
Hex EA AE 9E 0 1A 20 8 D 40 4D
Octal 352 256 236 0 32 40 10 15 100 115
Binary 11101010 10101110 10011110 0 11010 100000 1000 1101 1000000 1001101

Color Harmonies of #EAAE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE9E

Black with #EAAE9E

Text Example


Text Example

White with #EAAE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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