#EFA599

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

Shades of Rose Bud #EFA599

Tints of Rose Bud #EFA599

Color information

#EFA599 (or 0xEFA599) is unknown color: approx Rose Bud. HEX triplet: EF, A5 and 99. RGB value is (239,165,153). Sum of RGB (Red+Green+Blue) = 239+165+153=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA599 is #105A66. Grayscale: #B9B9B9. Windows color (decimal): -1071719 or 10069487. OLE color: 10069487.

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

Color convert

RGB239165153-
CMYK00.310.360.06
HSL8.37º72.88%76.86%-
HSV(B)8.37º35.98%93.73%-
XYZ54.847.5636.43-
YUV185.76109.52165.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=42.91%
G=29.62%
B=27.47%

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
Decimal23916515300.310.360.068.3772.8876.86
HexEFA59901F2468494d
Octal35724523103744610111115
Binary111011111010010110011001011111100100110100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA599; }

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

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

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

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

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

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

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

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