Html Css Color HEX #EEADA0 Wax Flower

📋 copy color: '#EEADA0'

red 238 ◦ green 173 ◦ blue 160

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

Shades of Wax Flower #EEADA0

Tints of Wax Flower #EEADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.02%

R = 41.68%
G = 30.3%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EEADA0 (or 0xEEADA0) is known color: Wax Flower. HEX triplet: EE, AD and A0. RGB value is (238,173,160). Sum of RGB (Red+Green+Blue) = 238+173+160=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEADA0 is #11525F. Grayscale: #BFBFBF. Windows color (decimal): -1135200 or 10530286. OLE color: 10530286.

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

Color convert

RGB 238 173 160 -
CMYK 0 0.27 0.33 0.07
HSL 10º 0.7% 0.78% -
HSV(B) 10º 0.33% 0.93% -
XYZ 56.55 50.6 40.04 -
YUV 190.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 238 173 160 0 0.27 0.33 0.07 10 0.7 0.78
Hex EE AD A0 0 1B 21 7 A 46 4E
Octal 356 255 240 0 33 41 7 12 106 116
Binary 11101110 10101101 10100000 0 11011 100001 111 1010 1000110 1001110

Color Harmonies of #EEADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEADA0

Black with #EEADA0

Text Example


Text Example

White with #EEADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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