#EAB69B

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

Shades of Wax Flower #EAB69B

Tints of Wax Flower #EAB69B

Color information

#EAB69B (or 0xEAB69B) is unknown color: approx Wax Flower. HEX triplet: EA, B6 and 9B. RGB value is (234,182,155). Sum of RGB (Red+Green+Blue) = 234+182+155=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB69B is #154964. Grayscale: #C2C2C2. Windows color (decimal): -1395045 or 10204906. OLE color: 10204906.

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

Color convert

RGB234182155-
CMYK00.220.340.08
HSL20.51º65.29%76.27%-
HSV(B)20.51º33.76%91.76%-
XYZ56.5853.3138.32-
YUV194.47105.73156.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=40.98%
G=31.87%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418215500.220.340.0820.5165.2976.27
HexEAB69B01622815414c
Octal352266233026421025101114
Binary11101010101101101001101101011010001010001010110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB69B; }

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

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

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

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

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

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

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

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