#EFAF9C

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

Shades of Wax Flower #EFAF9C

Tints of Wax Flower #EFAF9C

Color information

#EFAF9C (or 0xEFAF9C) is unknown color: approx Wax Flower. HEX triplet: EF, AF and 9C. RGB value is (239,175,156). Sum of RGB (Red+Green+Blue) = 239+175+156=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF9C is #105063. Grayscale: #C0C0C0. Windows color (decimal): -1069156 or 10268655. OLE color: 10268655.

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

Color convert

RGB239175156-
CMYK00.270.350.06
HSL13.73º72.17%77.45%-
HSV(B)13.73º34.73%93.73%-
XYZ56.9351.4138.38-
YUV191.97107.7161.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 156 (61.33% from 255) = 27.37%
R=41.93%
G=30.70%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917515600.270.350.0613.7372.1777.45
HexEFAF9C01B236e484d
Octal35725723403343616110115
Binary111011111010111110011100011011100011110111010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAF9C; }

 p { color: rgb(239,175,156); }

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

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

 a { background-color: rgb(239,175,156); }

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

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

 span { border-color: rgb(239,175,156); }

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