#EFA19C

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

Shades of Rose Bud #EFA19C

Tints of Rose Bud #EFA19C

Color information

#EFA19C (or 0xEFA19C) is unknown color: approx Rose Bud. HEX triplet: EF, A1 and 9C. RGB value is (239,161,156). Sum of RGB (Red+Green+Blue) = 239+161+156=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA19C is #105E63. Grayscale: #B7B7B7. Windows color (decimal): -1072740 or 10265071. OLE color: 10265071.

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

Color convert

RGB239161156-
CMYK00.330.350.06
HSL3.61º72.17%77.45%-
HSV(B)3.61º34.73%93.73%-
XYZ54.3446.2437.51-
YUV183.75112.34167.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=42.99%
G=28.96%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916115600.330.350.063.6172.1777.45
HexEFA19C0212364484d
Octal3572412340414364110115
Binary111011111010000110011100010000110001111010010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA19C; }

 p { color: rgb(239,161,156); }

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

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

 a { background-color: rgb(239,161,156); }

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

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

 span { border-color: rgb(239,161,156); }

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