#EFB69F

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

Shades of Wax Flower #EFB69F

Tints of Wax Flower #EFB69F

Color information

#EFB69F (or 0xEFB69F) is unknown color: approx Wax Flower. HEX triplet: EF, B6 and 9F. RGB value is (239,182,159). Sum of RGB (Red+Green+Blue) = 239+182+159=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB69F is #104960. Grayscale: #C4C4C4. Windows color (decimal): -1067361 or 10467055. OLE color: 10467055.

HSL color Cylindrical-coordinate representation of color #EFB69F: hue angle of 17.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFB69F is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239182159-
CMYK00.240.330.06
HSL17.25º71.43%78.04%-
HSV(B)17.25º33.47%93.73%-
XYZ58.5854.3140.2-
YUV196.42106.88158.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=41.21%
G=31.38%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918215900.240.330.0617.2571.4378.04
HexEFB69F01821611474e
Octal35726623703041621107116
Binary1110111110110110100111110110001000011101000110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB69F; }

 p { color: rgb(239,182,159); }

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

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

 a { background-color: rgb(239,182,159); }

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

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

 span { border-color: rgb(239,182,159); }

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