#EFB197

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

Shades of Wax Flower #EFB197

Tints of Wax Flower #EFB197

Color information

#EFB197 (or 0xEFB197) is unknown color: approx Wax Flower. HEX triplet: EF, B1 and 97. RGB value is (239,177,151). Sum of RGB (Red+Green+Blue) = 239+177+151=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB197 is #104E68. Grayscale: #C0C0C0. Windows color (decimal): -1068649 or 9941487. OLE color: 9941487.

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

Color convert

RGB239177151-
CMYK00.260.370.06
HSL17.73º73.33%76.47%-
HSV(B)17.73º36.82%93.73%-
XYZ56.952.0336.32-
YUV192.57104.54161.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 151 (59.38% from 255) = 26.63%
R=42.15%
G=31.22%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917715100.260.370.0617.7373.3376.47
HexEFB19701A25612494c
Octal35726122703245622111114
Binary1110111110110001100101110110101001011101001010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB197; }

 p { color: rgb(239,177,151); }

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

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

 a { background-color: rgb(239,177,151); }

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

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

 span { border-color: rgb(239,177,151); }

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