Html Css Color HEX #EAAE96 Wax Flower

📋 copy color: '#EAAE96'

red 234 ◦ green 174 ◦ blue 150

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

Shades of Wax Flower #EAAE96

Tints of Wax Flower #EAAE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.88%

R = 41.94%
G = 31.18%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAAE96 (or 0xEAAE96) is known color: Wax Flower. HEX triplet: EA, AE and 96. RGB value is (234,174,150). Sum of RGB (Red+Green+Blue) = 234+174+150=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE96 is #155169. Grayscale: #BDBDBD. Windows color (decimal): -1397098 or 9875178. OLE color: 9875178.

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

Color convert

RGB 234 174 150 -
CMYK 0 0.26 0.36 0.08
HSL 17.14º 0.67% 0.75% -
HSV(B) 17.14º 0.36% 0.92% -
XYZ 54.57 49.97 35.62 -
YUV 189.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 234 174 150 0 0.26 0.36 0.08 17.14 0.67 0.75
Hex EA AE 96 0 1A 24 8 11 43 4B
Octal 352 256 226 0 32 44 10 21 103 113
Binary 11101010 10101110 10010110 0 11010 100100 1000 10001 1000011 1001011

Color Harmonies of #EAAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE96

Black with #EAAE96

Text Example


Text Example

White with #EAAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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