#EFA49A

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

Shades of Rose Bud #EFA49A

Tints of Rose Bud #EFA49A

Color information

#EFA49A (or 0xEFA49A) is unknown color: approx Rose Bud. HEX triplet: EF, A4 and 9A. RGB value is (239,164,154). Sum of RGB (Red+Green+Blue) = 239+164+154=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA49A is #105B65. Grayscale: #B9B9B9. Windows color (decimal): -1071974 or 10134767. OLE color: 10134767.

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

Color convert

RGB239164154-
CMYK00.310.360.06
HSL7.06º72.65%77.06%-
HSV(B)7.06º35.56%93.73%-
XYZ54.747.2336.81-
YUV185.28110.35166.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=42.91%
G=29.44%
B=27.65%

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
Decimal23916415400.310.360.067.0672.6577.06
HexEFA49A01F2467494d
Octal3572442320374467111115
Binary11101111101001001001101001111110010011011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA49A; }

 p { color: rgb(239,164,154); }

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

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

 a { background-color: rgb(239,164,154); }

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

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

 span { border-color: rgb(239,164,154); }

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