#EFA69D

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

Shades of Rose Bud #EFA69D

Tints of Rose Bud #EFA69D

Color information

#EFA69D (or 0xEFA69D) is unknown color: approx Rose Bud. HEX triplet: EF, A6 and 9D. RGB value is (239,166,157). Sum of RGB (Red+Green+Blue) = 239+166+157=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA69D is #105962. Grayscale: #BABABA. Windows color (decimal): -1071459 or 10331887. OLE color: 10331887.

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

Color convert

RGB239166157-
CMYK00.310.340.06
HSL6.59º71.93%77.65%-
HSV(B)6.59º34.31%93.73%-
XYZ55.3248.0638.26-
YUV186.8111.18165.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=42.53%
G=29.54%
B=27.94%

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
Decimal23916615700.310.340.066.5971.9377.65
HexEFA69D01F2267484e
Octal3572462350374267110116
Binary11101111101001101001110101111110001011011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA69D; }

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

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

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

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

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

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

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

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