#EFB8A0

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

Shades of Wax Flower #EFB8A0

Tints of Wax Flower #EFB8A0

Color information

#EFB8A0 (or 0xEFB8A0) is unknown color: approx Wax Flower. HEX triplet: EF, B8 and A0. RGB value is (239,184,160). Sum of RGB (Red+Green+Blue) = 239+184+160=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8A0 is #10475F. Grayscale: #C5C5C5. Windows color (decimal): -1066848 or 10533103. OLE color: 10533103.

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

Color convert

RGB239184160-
CMYK00.230.330.06
HSL18.23º71.17%78.24%-
HSV(B)18.23º33.05%93.73%-
XYZ59.0855.1740.79-
YUV197.71106.72157.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 184 (72.27% from 255) = 31.56%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=40.99%
G=31.56%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918416000.230.330.0618.2371.1778.24
HexEFB8A001721612474e
Octal35727024002741622107116
Binary1110111110111000101000000101111000011101001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8A0; }

 p { color: rgb(239,184,160); }

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

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

 a { background-color: rgb(239,184,160); }

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

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

 span { border-color: rgb(239,184,160); }

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