#EAB29B

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

Shades of Wax Flower #EAB29B

Tints of Wax Flower #EAB29B

Color information

#EAB29B (or 0xEAB29B) is unknown color: approx Wax Flower. HEX triplet: EA, B2 and 9B. RGB value is (234,178,155). Sum of RGB (Red+Green+Blue) = 234+178+155=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB29B is #154D64. Grayscale: #C0C0C0. Windows color (decimal): -1396069 or 10203882. OLE color: 10203882.

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

Color convert

RGB234178155-
CMYK00.240.340.08
HSL17.47º65.29%76.27%-
HSV(B)17.47º33.76%91.76%-
XYZ55.7751.738.05-
YUV192.12107.05157.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 178 (69.92% from 255) = 31.39%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=41.27%
G=31.39%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417815500.240.340.0817.4765.2976.27
HexEAB29B01822811414c
Octal352262233030421021101114
Binary11101010101100101001101101100010001010001000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB29B; }

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

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

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

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

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

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

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

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