#EABDB4

Color #EABDB4 Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #EABDB4

Tints of Beauty Bush #EABDB4

Color information

#EABDB4 (or 0xEABDB4) is unknown color: approx Beauty Bush. HEX triplet: EA, BD and B4. RGB value is (234,189,180). Sum of RGB (Red+Green+Blue) = 234+189+180=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDB4 is #15424B. Grayscale: #C9C9C9. Windows color (decimal): -1393228 or 11845098. OLE color: 11845098.

HSL color Cylindrical-coordinate representation of color #EABDB4: hue angle of 10º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABDB4 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234189180-
CMYK00.190.230.08
HSL10º56.25%81.18%-
HSV(B)10º23.08%91.76%-
XYZ60.3757.1851.04-
YUV201.43115.91151.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=38.81%
G=31.34%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418918000.190.230.081056.2581.18
HexEABDB4013178a3851
Octal35227526402327101270121
Binary11101010101111011011010001001110111100010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDB4; }

 p { color: rgb(234,189,180); }

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

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

 a { background-color: rgb(234,189,180); }

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

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

 span { border-color: rgb(234,189,180); }

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