#EEBAA3

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

Shades of Wax Flower #EEBAA3

Tints of Wax Flower #EEBAA3

Color information

#EEBAA3 (or 0xEEBAA3) is unknown color: approx Wax Flower. HEX triplet: EE, BA and A3. RGB value is (238,186,163). Sum of RGB (Red+Green+Blue) = 238+186+163=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAA3 is #11455C. Grayscale: #C7C7C7. Windows color (decimal): -1131869 or 10730222. OLE color: 10730222.

HSL color Cylindrical-coordinate representation of color #EEBAA3: hue angle of 18.4º 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 #EEBAA3 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238186163-
CMYK00.220.320.07
HSL18.4º68.81%78.63%-
HSV(B)18.4º31.51%93.33%-
XYZ59.4355.9442.32-
YUV198.93107.73155.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 163 (64.06% from 255) = 27.77%
R=40.55%
G=31.69%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818616300.220.320.0718.468.8178.63
HexEEBAA301620712454f
Octal35627224302640722105117
Binary1110111010111010101000110101101000001111001010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAA3; }

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

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

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

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

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

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

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

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