#EFB0A1

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

Shades of Wax Flower #EFB0A1

Tints of Wax Flower #EFB0A1

Color information

#EFB0A1 (or 0xEFB0A1) is unknown color: approx Wax Flower. HEX triplet: EF, B0 and A1. RGB value is (239,176,161). Sum of RGB (Red+Green+Blue) = 239+176+161=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A1 is #104F5E. Grayscale: #C1C1C1. Windows color (decimal): -1068895 or 10596591. OLE color: 10596591.

HSL color Cylindrical-coordinate representation of color #EFB0A1: hue angle of 11.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFB0A1 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239176161-
CMYK00.260.330.06
HSL11.54º70.91%78.43%-
HSV(B)11.54º32.64%93.73%-
XYZ57.5551.9740.72-
YUV193.13109.87160.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 161 (63.28% from 255) = 27.95%
R=41.49%
G=30.56%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917616100.260.330.0611.5470.9178.43
HexEFB0A101A216c474e
Octal35726024103241614107116
Binary111011111011000010100001011010100001110110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0A1; }

 p { color: rgb(239,176,161); }

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

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

 a { background-color: rgb(239,176,161); }

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

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

 span { border-color: rgb(239,176,161); }

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