#EFA39A

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

Shades of Rose Bud #EFA39A

Tints of Rose Bud #EFA39A

Color information

#EFA39A (or 0xEFA39A) is unknown color: approx Rose Bud. HEX triplet: EF, A3 and 9A. RGB value is (239,163,154). Sum of RGB (Red+Green+Blue) = 239+163+154=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA39A is #105C65. Grayscale: #B8B8B8. Windows color (decimal): -1072230 or 10134511. OLE color: 10134511.

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

Color convert

RGB239163154-
CMYK00.320.360.06
HSL6.35º72.65%77.06%-
HSV(B)6.35º35.56%93.73%-
XYZ54.5346.8836.75-
YUV184.7110.68166.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=42.99%
G=29.32%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916315400.320.360.066.3572.6577.06
HexEFA39A0202466494d
Octal3572432320404466111115
Binary111011111010001110011010010000010010011011010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA39A; }

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

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

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

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

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

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

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

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