#EFBBA3

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

Shades of Wax Flower #EFBBA3

Tints of Wax Flower #EFBBA3

Color information

#EFBBA3 (or 0xEFBBA3) is unknown color: approx Wax Flower. HEX triplet: EF, BB and A3. RGB value is (239,187,163). Sum of RGB (Red+Green+Blue) = 239+187+163=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA3 is #10445C. Grayscale: #C7C7C7. Windows color (decimal): -1066077 or 10730479. OLE color: 10730479.

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

Color convert

RGB239187163-
CMYK00.220.320.06
HSL18.95º70.37%78.82%-
HSV(B)18.95º31.8%93.73%-
XYZ59.9856.5442.4-
YUV199.81107.23155.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=40.58%
G=31.75%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918716300.220.320.0618.9570.3778.82
HexEFBBA301620613464f
Octal35727324302640623106117
Binary1110111110111011101000110101101000001101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBA3; }

 p { color: rgb(239,187,163); }

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

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

 a { background-color: rgb(239,187,163); }

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

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

 span { border-color: rgb(239,187,163); }

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