#EBB09A

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

Shades of Wax Flower #EBB09A

Tints of Wax Flower #EBB09A

Color information

#EBB09A (or 0xEBB09A) is unknown color: approx Wax Flower. HEX triplet: EB, B0 and 9A. RGB value is (235,176,154). Sum of RGB (Red+Green+Blue) = 235+176+154=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB09A is #144F65. Grayscale: #BFBFBF. Windows color (decimal): -1331046 or 10137835. OLE color: 10137835.

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

Color convert

RGB235176154-
CMYK00.250.340.08
HSL16.3º66.94%76.27%-
HSV(B)16.3º34.47%92.16%-
XYZ55.6251.0537.49-
YUV191.13107.05159.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 154 (60.55% from 255) = 27.26%
R=41.59%
G=31.15%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517615400.250.340.0816.366.9476.27
HexEBB09A01922810434c
Octal353260232031421020103114
Binary11101011101100001001101001100110001010001000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB09A; }

 p { color: rgb(235,176,154); }

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

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

 a { background-color: rgb(235,176,154); }

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

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

 span { border-color: rgb(235,176,154); }

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