#EFB8A1

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

Shades of Wax Flower #EFB8A1

Tints of Wax Flower #EFB8A1

Color information

#EFB8A1 (or 0xEFB8A1) is unknown color: approx Wax Flower. HEX triplet: EF, B8 and A1. RGB value is (239,184,161). Sum of RGB (Red+Green+Blue) = 239+184+161=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8A1 is #10475E. Grayscale: #C5C5C5. Windows color (decimal): -1066847 or 10598639. OLE color: 10598639.

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

Color convert

RGB239184161-
CMYK00.230.330.06
HSL17.69º70.91%78.43%-
HSV(B)17.69º32.64%93.73%-
XYZ59.1755.241.26-
YUV197.82107.22157.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 184 (72.27% from 255) = 31.51%
BLUE value IS 161 (63.28% from 255) = 27.57%
R=40.92%
G=31.51%
B=27.57%

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
Decimal23918416100.230.330.0617.6970.9178.43
HexEFB8A101721612474e
Octal35727024102741622107116
Binary1110111110111000101000010101111000011101001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8A1; }

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

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

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

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

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

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

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

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