#EBB098

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

Shades of Wax Flower #EBB098

Tints of Wax Flower #EBB098

Color information

#EBB098 (or 0xEBB098) is unknown color: approx Wax Flower. HEX triplet: EB, B0 and 98. RGB value is (235,176,152). Sum of RGB (Red+Green+Blue) = 235+176+152=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB098 is #144F67. Grayscale: #BFBFBF. Windows color (decimal): -1331048 or 10006763. OLE color: 10006763.

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

Color convert

RGB235176152-
CMYK00.250.350.08
HSL17.35º67.48%75.88%-
HSV(B)17.35º35.32%92.16%-
XYZ55.4550.9836.62-
YUV190.9106.05159.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 152 (59.77% from 255) = 27.00%
R=41.74%
G=31.26%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517615200.250.350.0817.3567.4875.88
HexEBB09801923811434c
Octal353260230031431021103114
Binary11101011101100001001100001100110001110001000110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB098; }

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

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

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

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

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

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

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

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