#EFA699

Color #EFA699 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #EFA699

Tints of Rose Bud #EFA699

Color information

#EFA699 (or 0xEFA699) is unknown color: approx Rose Bud. HEX triplet: EF, A6 and 99. RGB value is (239,166,153). Sum of RGB (Red+Green+Blue) = 239+166+153=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA699 is #105966. Grayscale: #BABABA. Windows color (decimal): -1071463 or 10069743. OLE color: 10069743.

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

Color convert

RGB239166153-
CMYK00.310.360.06
HSL9.07º72.88%76.86%-
HSV(B)9.07º35.98%93.73%-
XYZ54.9847.9236.49-
YUV186.34109.18165.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=42.83%
G=29.75%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916615300.310.360.069.0772.8876.86
HexEFA69901F2469494d
Octal35724623103744611111115
Binary111011111010011010011001011111100100110100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA699; }

 p { color: rgb(239,166,153); }

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

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

 a { background-color: rgb(239,166,153); }

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

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

 span { border-color: rgb(239,166,153); }

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