#EFB2A3

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

Shades of Wax Flower #EFB2A3

Tints of Wax Flower #EFB2A3

Color information

#EFB2A3 (or 0xEFB2A3) is unknown color: approx Wax Flower. HEX triplet: EF, B2 and A3. RGB value is (239,178,163). Sum of RGB (Red+Green+Blue) = 239+178+163=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2A3 is #104D5C. Grayscale: #C2C2C2. Windows color (decimal): -1068381 or 10728175. OLE color: 10728175.

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

Color convert

RGB239178163-
CMYK00.260.320.06
HSL11.84º70.37%78.82%-
HSV(B)11.84º31.8%93.73%-
XYZ58.1352.8441.79-
YUV194.53110.21159.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 163 (64.06% from 255) = 28.10%
R=41.21%
G=30.69%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917816300.260.320.0611.8470.3778.82
HexEFB2A301A206c464f
Octal35726224303240614106117
Binary111011111011001010100011011010100000110110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2A3; }

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

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

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

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

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

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

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

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