#EFA59D

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

Shades of Rose Bud #EFA59D

Tints of Rose Bud #EFA59D

Color information

#EFA59D (or 0xEFA59D) is unknown color: approx Rose Bud. HEX triplet: EF, A5 and 9D. RGB value is (239,165,157). Sum of RGB (Red+Green+Blue) = 239+165+157=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA59D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA59D is #105A62. Grayscale: #BABABA. Windows color (decimal): -1071715 or 10331631. OLE color: 10331631.

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

Color convert

RGB239165157-
CMYK00.310.340.06
HSL5.85º71.93%77.65%-
HSV(B)5.85º34.31%93.73%-
XYZ55.1447.738.2-
YUV186.21111.52165.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=42.60%
G=29.41%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916515700.310.340.065.8571.9377.65
HexEFA59D01F2266484e
Octal3572452350374266110116
Binary11101111101001011001110101111110001011011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA59D; }

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

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

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

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

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

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

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

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