#EBB09E

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

Shades of Wax Flower #EBB09E

Tints of Wax Flower #EBB09E

Color information

#EBB09E (or 0xEBB09E) is unknown color: approx Wax Flower. HEX triplet: EB, B0 and 9E. RGB value is (235,176,158). Sum of RGB (Red+Green+Blue) = 235+176+158=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB09E is #144F61. Grayscale: #BFBFBF. Windows color (decimal): -1331042 or 10399979. OLE color: 10399979.

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

Color convert

RGB235176158-
CMYK00.250.330.08
HSL14.03º65.81%77.06%-
HSV(B)14.03º32.77%92.16%-
XYZ55.9651.1839.28-
YUV191.59109.05158.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=41.30%
G=30.93%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517615800.250.330.0814.0365.8177.06
HexEBB09E019218e424d
Octal353260236031411016102115
Binary1110101110110000100111100110011000011000111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB09E; }

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

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

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

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

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

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

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

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