#EFB299

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

Shades of Wax Flower #EFB299

Tints of Wax Flower #EFB299

Color information

#EFB299 (or 0xEFB299) is unknown color: approx Wax Flower. HEX triplet: EF, B2 and 99. RGB value is (239,178,153). Sum of RGB (Red+Green+Blue) = 239+178+153=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB299 is #104D66. Grayscale: #C1C1C1. Windows color (decimal): -1068391 or 10072815. OLE color: 10072815.

HSL color Cylindrical-coordinate representation of color #EFB299: hue angle of 17.44º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFB299 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239178153-
CMYK00.260.360.06
HSL17.44º72.88%76.86%-
HSV(B)17.44º35.98%93.73%-
XYZ57.2752.4937.25-
YUV193.39105.21160.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 153 (60.16% from 255) = 26.84%
R=41.93%
G=31.23%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917815300.260.360.0617.4472.8876.86
HexEFB29901A24611494d
Octal35726223103244621111115
Binary1110111110110010100110010110101001001101000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB299; }

 p { color: rgb(239,178,153); }

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

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

 a { background-color: rgb(239,178,153); }

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

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

 span { border-color: rgb(239,178,153); }

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