#EEBDA3

Color #EEBDA3 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #EEBDA3

Tints of Wax Flower #EEBDA3

Color information

#EEBDA3 (or 0xEEBDA3) is unknown color: approx Wax Flower. HEX triplet: EE, BD and A3. RGB value is (238,189,163). Sum of RGB (Red+Green+Blue) = 238+189+163=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 163 (64.06% from 255 or 27.63% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA3 is #11425C. Grayscale: #C8C8C8. Windows color (decimal): -1131101 or 10730990. OLE color: 10730990.

HSL color Cylindrical-coordinate representation of color #EEBDA3: hue angle of 20.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEBDA3 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238189163-
CMYK00.210.320.07
HSL20.8º68.81%78.63%-
HSV(B)20.8º31.51%93.33%-
XYZ60.0757.2242.53-
YUV200.69106.73154.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 163 (64.06% from 255) = 27.63%
R=40.34%
G=32.03%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818916300.210.320.0720.868.8178.63
HexEEBDA301520715454f
Octal35627524302540725105117
Binary1110111010111101101000110101011000001111010110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDA3; }

 p { color: rgb(238,189,163); }

 H1.HeaderClassName
 {
   color: #EEBDA3;
 }
 .AnyTagClassName
 {
   color: #EEBDA3;
 }
</style>
background-color css

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

 a { background-color: rgb(238,189,163); }

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

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

 span { border-color: rgb(238,189,163); }

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