#EFAE9A

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

Shades of Wax Flower #EFAE9A

Tints of Wax Flower #EFAE9A

Color information

#EFAE9A (or 0xEFAE9A) is unknown color: approx Wax Flower. HEX triplet: EF, AE and 9A. RGB value is (239,174,154). Sum of RGB (Red+Green+Blue) = 239+174+154=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE9A is #105165. Grayscale: #BFBFBF. Windows color (decimal): -1069414 or 10137327. OLE color: 10137327.

HSL color Cylindrical-coordinate representation of color #EFAE9A: hue angle of 14.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFAE9A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239174154-
CMYK00.270.360.06
HSL14.12º72.65%77.06%-
HSV(B)14.12º35.56%93.73%-
XYZ56.5750.9637.43-
YUV191.16107.03162.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=42.15%
G=30.69%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917415400.270.360.0614.1272.6577.06
HexEFAE9A01B246e494d
Octal35725623203344616111115
Binary111011111010111010011010011011100100110111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE9A; }

 p { color: rgb(239,174,154); }

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

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

 a { background-color: rgb(239,174,154); }

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

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

 span { border-color: rgb(239,174,154); }

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