Html Css Color HEX #EAAD96 Wax Flower

📋 copy color: '#EAAD96'

red 234 ◦ green 173 ◦ blue 150

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

Shades of Wax Flower #EAAD96

Tints of Wax Flower #EAAD96

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.06%

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

R = 42.01%
G = 31.06%
B = 26.93%

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

#EAAD96 (or 0xEAAD96) is known color: Wax Flower. HEX triplet: EA, AD and 96. RGB value is (234,173,150). Sum of RGB (Red+Green+Blue) = 234+173+150=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD96 is #155269. Grayscale: #BCBCBC. Windows color (decimal): -1397354 or 9874922. OLE color: 9874922.

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

Color convert

RGB 234 173 150 -
CMYK 0 0.26 0.36 0.08
HSL 16.43º 0.67% 0.75% -
HSV(B) 16.43º 0.36% 0.92% -
XYZ 54.38 49.58 35.56 -
YUV 188.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 234 173 150 0 0.26 0.36 0.08 16.43 0.67 0.75
Hex EA AD 96 0 1A 24 8 10 43 4B
Octal 352 255 226 0 32 44 10 20 103 113
Binary 11101010 10101101 10010110 0 11010 100100 1000 10000 1000011 1001011

Color Harmonies of #EAAD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD96

Black with #EAAD96

Text Example


Text Example

White with #EAAD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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