Html Css Color HEX #EEAD9D Wax Flower

📋 copy color: '#EEAD9D'

red 238 ◦ green 173 ◦ blue 157

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

Shades of Wax Flower #EEAD9D

Tints of Wax Flower #EEAD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.64%

R = 41.9%
G = 30.46%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEAD9D (or 0xEEAD9D) is known color: Wax Flower. HEX triplet: EE, AD and 9D. RGB value is (238,173,157). Sum of RGB (Red+Green+Blue) = 238+173+157=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD9D is #115262. Grayscale: #BEBEBE. Windows color (decimal): -1135203 or 10333678. OLE color: 10333678.

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

Color convert

RGB 238 173 157 -
CMYK 0 0.27 0.34 0.07
HSL 11.85º 0.7% 0.77% -
HSV(B) 11.85º 0.34% 0.93% -
XYZ 56.29 50.5 38.68 -
YUV 190.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 238 173 157 0 0.27 0.34 0.07 11.85 0.7 0.77
Hex EE AD 9D 0 1B 22 7 C 46 4D
Octal 356 255 235 0 33 42 7 14 106 115
Binary 11101110 10101101 10011101 0 11011 100010 111 1100 1000110 1001101

Color Harmonies of #EEAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD9D

Black with #EEAD9D

Text Example


Text Example

White with #EEAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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