#EFB4A3

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

Shades of Wax Flower #EFB4A3

Tints of Wax Flower #EFB4A3

Color information

#EFB4A3 (or 0xEFB4A3) is unknown color: approx Wax Flower. HEX triplet: EF, B4 and A3. RGB value is (239,180,163). Sum of RGB (Red+Green+Blue) = 239+180+163=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 163 (64.06% from 255 or 28.01% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4A3 is #104B5C. Grayscale: #C3C3C3. Windows color (decimal): -1067869 or 10728687. OLE color: 10728687.

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

Color convert

RGB239180163-
CMYK00.250.320.06
HSL13.42º70.37%78.82%-
HSV(B)13.42º31.8%93.73%-
XYZ58.5353.6441.92-
YUV195.7109.55158.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 180 (70.70% from 255) = 30.93%
BLUE value IS 163 (64.06% from 255) = 28.01%
R=41.07%
G=30.93%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918016300.250.320.0613.4270.3778.82
HexEFB4A3019206d464f
Octal35726424303140615106117
Binary111011111011010010100011011001100000110110110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4A3; }

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

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

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

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

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

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

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

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