#EFBCA5

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

Shades of Wax Flower #EFBCA5

Tints of Wax Flower #EFBCA5

Color information

#EFBCA5 (or 0xEFBCA5) is unknown color: approx Wax Flower. HEX triplet: EF, BC and A5. RGB value is (239,188,165). Sum of RGB (Red+Green+Blue) = 239+188+165=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCA5 is #10435A. Grayscale: #C8C8C8. Windows color (decimal): -1065819 or 10861807. OLE color: 10861807.

HSL color Cylindrical-coordinate representation of color #EFBCA5: hue angle of 18.65º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFBCA5 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239188165-
CMYK00.210.310.06
HSL18.65º69.81%79.22%-
HSV(B)18.65º30.96%93.73%-
XYZ60.3757.0343.42-
YUV200.63107.9155.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=40.37%
G=31.76%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918816500.210.310.0618.6569.8179.22
HexEFBCA50151F613464f
Octal35727424502537623106117
Binary111011111011110010100101010101111111101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCA5; }

 p { color: rgb(239,188,165); }

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

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

 a { background-color: rgb(239,188,165); }

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

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

 span { border-color: rgb(239,188,165); }

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