#EAB69E

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

Shades of Wax Flower #EAB69E

Tints of Wax Flower #EAB69E

Color information

#EAB69E (or 0xEAB69E) is unknown color: approx Wax Flower. HEX triplet: EA, B6 and 9E. RGB value is (234,182,158). Sum of RGB (Red+Green+Blue) = 234+182+158=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB69E is #154961. Grayscale: #C2C2C2. Windows color (decimal): -1395042 or 10401514. OLE color: 10401514.

HSL color Cylindrical-coordinate representation of color #EAB69E: hue angle of 18.95º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAB69E is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234182158-
CMYK00.220.320.08
HSL18.95º64.41%76.86%-
HSV(B)18.95º32.48%91.76%-
XYZ56.8353.4239.66-
YUV194.81107.23155.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=40.77%
G=31.71%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418215800.220.320.0818.9564.4176.86
HexEAB69E01620813404d
Octal352266236026401023100115
Binary11101010101101101001111001011010000010001001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB69E; }

 p { color: rgb(234,182,158); }

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

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

 a { background-color: rgb(234,182,158); }

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

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

 span { border-color: rgb(234,182,158); }

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