#EFB5A2

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

Shades of Wax Flower #EFB5A2

Tints of Wax Flower #EFB5A2

Color information

#EFB5A2 (or 0xEFB5A2) is unknown color: approx Wax Flower. HEX triplet: EF, B5 and A2. RGB value is (239,181,162). Sum of RGB (Red+Green+Blue) = 239+181+162=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5A2 is #104A5D. Grayscale: #C4C4C4. Windows color (decimal): -1067614 or 10663407. OLE color: 10663407.

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

Color convert

RGB239181162-
CMYK00.240.320.06
HSL14.81º70.64%78.63%-
HSV(B)14.81º32.22%93.73%-
XYZ58.6454.0141.52-
YUV196.18108.72158.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.07%
GREEN value IS 181 (71.09% from 255) = 31.10%
BLUE value IS 162 (63.67% from 255) = 27.84%
R=41.07%
G=31.10%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918116200.240.320.0614.8170.6478.63
HexEFB5A2018206f474f
Octal35726524203040617107117
Binary111011111011010110100010011000100000110111110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5A2; }

 p { color: rgb(239,181,162); }

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

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

 a { background-color: rgb(239,181,162); }

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

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

 span { border-color: rgb(239,181,162); }

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