#EBA698

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

Shades of Wax Flower #EBA698

Tints of Wax Flower #EBA698

Color information

#EBA698 (or 0xEBA698) is unknown color: approx Wax Flower. HEX triplet: EB, A6 and 98. RGB value is (235,166,152). Sum of RGB (Red+Green+Blue) = 235+166+152=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA698 is #145967. Grayscale: #B9B9B9. Windows color (decimal): -1333608 or 10004203. OLE color: 10004203.

HSL color Cylindrical-coordinate representation of color #EBA698: hue angle of 10.12º 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 #EBA698 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB235166152-
CMYK00.290.350.08
HSL10.12º67.48%75.88%-
HSV(B)10.12º35.32%92.16%-
XYZ53.5647.235.99-
YUV185.04109.36163.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=42.50%
G=30.02%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516615200.290.350.0810.1267.4875.88
HexEBA69801D238a434c
Octal353246230035431012103114
Binary1110101110100110100110000111011000111000101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA698; }

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

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

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

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

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

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

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

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