#EEB29E

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

Shades of Wax Flower #EEB29E

Tints of Wax Flower #EEB29E

Color information

#EEB29E (or 0xEEB29E) is unknown color: approx Wax Flower. HEX triplet: EE, B2 and 9E. RGB value is (238,178,158). Sum of RGB (Red+Green+Blue) = 238+178+158=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB29E is #114D61. Grayscale: #C1C1C1. Windows color (decimal): -1133922 or 10400494. OLE color: 10400494.

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

Color convert

RGB238178158-
CMYK00.250.340.07
HSL15º70.18%77.65%-
HSV(B)15º33.61%93.33%-
XYZ57.3552.4939.46-
YUV193.66107.88159.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.46%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=41.46%
G=31.01%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817815800.250.340.071570.1877.65
HexEEB29E019227f464e
Octal35626223603142717106116
Binary111011101011001010011110011001100010111111110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB29E; }

 p { color: rgb(238,178,158); }

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

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

 a { background-color: rgb(238,178,158); }

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

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

 span { border-color: rgb(238,178,158); }

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