Html Css Color HEX #EEAD96 Wax Flower

📋 copy color: '#EEAD96'

red 238 ◦ green 173 ◦ blue 150

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

Shades of Wax Flower #EEAD96

Tints of Wax Flower #EEAD96

RGB

 RED value IS 238 (93.36% from 255) = 42.42%

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

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

R = 42.42%
G = 30.84%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEAD96 (or 0xEEAD96) is known color: Wax Flower. HEX triplet: EE, AD and 96. RGB value is (238,173,150). Sum of RGB (Red+Green+Blue) = 238+173+150=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD96 is #115269. Grayscale: #BDBDBD. Windows color (decimal): -1135210 or 9874926. OLE color: 9874926.

HSL color Cylindrical-coordinate representation of color #EEAD96: hue angle of 15.68º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEAD96 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 173 150 -
CMYK 0 0.27 0.37 0.07
HSL 15.68º 0.72% 0.76% -
HSV(B) 15.68º 0.37% 0.93% -
XYZ 55.71 50.27 35.62 -
YUV 189.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 238 173 150 0 0.27 0.37 0.07 15.68 0.72 0.76
Hex EE AD 96 0 1B 25 7 10 48 4C
Octal 356 255 226 0 33 45 7 20 110 114
Binary 11101110 10101101 10010110 0 11011 100101 111 10000 1001000 1001100

Color Harmonies of #EEAD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD96

Black with #EEAD96

Text Example


Text Example

White with #EEAD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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