#EBB194

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

Shades of Wax Flower #EBB194

Tints of Wax Flower #EBB194

Color information

#EBB194 (or 0xEBB194) is unknown color: approx Wax Flower. HEX triplet: EB, B1 and 94. RGB value is (235,177,148). Sum of RGB (Red+Green+Blue) = 235+177+148=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB194 is #144E6B. Grayscale: #BFBFBF. Windows color (decimal): -1330796 or 9744875. OLE color: 9744875.

HSL color Cylindrical-coordinate representation of color #EBB194: hue angle of 20º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBB194 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235177148-
CMYK00.250.370.08
HSL20º68.5%75.1%-
HSV(B)20º37.02%92.16%-
XYZ55.3351.2434.99-
YUV191.04103.72159.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 177 (69.53% from 255) = 31.61%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=41.96%
G=31.61%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517714800.250.370.082068.575.1
HexEBB19401925814454b
Octal353261224031451024105113
Binary11101011101100011001010001100110010110001010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB194; }

 p { color: rgb(235,177,148); }

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

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

 a { background-color: rgb(235,177,148); }

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

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

 span { border-color: rgb(235,177,148); }

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