Html Css Color HEX #EAAE95 Wax Flower

📋 copy color: '#EAAE95'

red 234 ◦ green 174 ◦ blue 149

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

Shades of Wax Flower #EAAE95

Tints of Wax Flower #EAAE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.75%

R = 42.01%
G = 31.24%
B = 26.75%

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

#EAAE95 (or 0xEAAE95) is known color: Wax Flower. HEX triplet: EA, AE and 95. RGB value is (234,174,149). Sum of RGB (Red+Green+Blue) = 234+174+149=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE95 is #15516A. Grayscale: #BDBDBD. Windows color (decimal): -1397099 or 9809642. OLE color: 9809642.

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

Color convert

RGB 234 174 149 -
CMYK 0 0.26 0.36 0.08
HSL 17.65º 0.67% 0.75% -
HSV(B) 17.65º 0.36% 0.92% -
XYZ 54.49 49.93 35.2 -
YUV 189.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 234 174 149 0 0.26 0.36 0.08 17.65 0.67 0.75
Hex EA AE 95 0 1A 24 8 12 43 4B
Octal 352 256 225 0 32 44 10 22 103 113
Binary 11101010 10101110 10010101 0 11010 100100 1000 10010 1000011 1001011

Color Harmonies of #EAAE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE95

Black with #EAAE95

Text Example


Text Example

White with #EAAE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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