#EEB19A

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

Shades of Wax Flower #EEB19A

Tints of Wax Flower #EEB19A

Color information

#EEB19A (or 0xEEB19A) is unknown color: approx Wax Flower. HEX triplet: EE, B1 and 9A. RGB value is (238,177,154). Sum of RGB (Red+Green+Blue) = 238+177+154=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB19A is #114E65. Grayscale: #C0C0C0. Windows color (decimal): -1134182 or 10138094. OLE color: 10138094.

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

Color convert

RGB238177154-
CMYK00.260.350.07
HSL16.43º71.19%76.86%-
HSV(B)16.43º35.29%93.33%-
XYZ56.8151.9537.61-
YUV192.62106.21160.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.83%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 154 (60.55% from 255) = 27.07%
R=41.83%
G=31.11%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817715400.260.350.0716.4371.1976.86
HexEEB19A01A23710474d
Octal35626123203243720107115
Binary1110111010110001100110100110101000111111000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB19A; }

 p { color: rgb(238,177,154); }

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

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

 a { background-color: rgb(238,177,154); }

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

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

 span { border-color: rgb(238,177,154); }

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