#EABA9E

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

Shades of Wax Flower #EABA9E

Tints of Wax Flower #EABA9E

Color information

#EABA9E (or 0xEABA9E) is unknown color: approx Wax Flower. HEX triplet: EA, BA and 9E. RGB value is (234,186,158). Sum of RGB (Red+Green+Blue) = 234+186+158=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA9E is #154561. Grayscale: #C5C5C5. Windows color (decimal): -1394018 or 10402538. OLE color: 10402538.

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

Color convert

RGB234186158-
CMYK00.210.320.08
HSL22.11º64.41%76.86%-
HSV(B)22.11º32.48%91.76%-
XYZ57.6655.0839.94-
YUV197.16105.9154.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 158 (62.11% from 255) = 27.34%
R=40.48%
G=32.18%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418615800.210.320.0822.1164.4176.86
HexEABA9E01520816404d
Octal352272236025401026100115
Binary11101010101110101001111001010110000010001011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA9E; }

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

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

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

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

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

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

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

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