#EFA79D

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

Shades of Rose Bud #EFA79D

Tints of Rose Bud #EFA79D

Color information

#EFA79D (or 0xEFA79D) is unknown color: approx Rose Bud. HEX triplet: EF, A7 and 9D. RGB value is (239,167,157). Sum of RGB (Red+Green+Blue) = 239+167+157=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA79D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA79D is #105862. Grayscale: #BBBBBB. Windows color (decimal): -1071203 or 10332143. OLE color: 10332143.

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

Color convert

RGB239167157-
CMYK00.300.340.06
HSL7.32º71.93%77.65%-
HSV(B)7.32º34.31%93.73%-
XYZ55.548.4238.32-
YUV187.39110.85164.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 167 (65.62% from 255) = 29.66%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=42.45%
G=29.66%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916715700.300.340.067.3271.9377.65
HexEFA79D01E2267484e
Octal3572472350364267110116
Binary11101111101001111001110101111010001011011110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA79D; }

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

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

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

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

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

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

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

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