#EFB297

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

Shades of Wax Flower #EFB297

Tints of Wax Flower #EFB297

Color information

#EFB297 (or 0xEFB297) is unknown color: approx Wax Flower. HEX triplet: EF, B2 and 97. RGB value is (239,178,151). Sum of RGB (Red+Green+Blue) = 239+178+151=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB297 is #104D68. Grayscale: #C1C1C1. Windows color (decimal): -1068393 or 9941743. OLE color: 9941743.

HSL color Cylindrical-coordinate representation of color #EFB297: hue angle of 18.41º 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 #EFB297 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239178151-
CMYK00.260.370.06
HSL18.41º73.33%76.47%-
HSV(B)18.41º36.82%93.73%-
XYZ57.152.4336.39-
YUV193.16104.21160.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 151 (59.38% from 255) = 26.58%
R=42.08%
G=31.34%
B=26.58%

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
Decimal23917815100.260.370.0618.4173.3376.47
HexEFB29701A25612494c
Octal35726222703245622111114
Binary1110111110110010100101110110101001011101001010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB297; }

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

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

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

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

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

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

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

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