#EFA19A

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

Shades of Rose Bud #EFA19A

Tints of Rose Bud #EFA19A

Color information

#EFA19A (or 0xEFA19A) is unknown color: approx Rose Bud. HEX triplet: EF, A1 and 9A. RGB value is (239,161,154). Sum of RGB (Red+Green+Blue) = 239+161+154=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA19A is #105E65. Grayscale: #B7B7B7. Windows color (decimal): -1072742 or 10133999. OLE color: 10133999.

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

Color convert

RGB239161154-
CMYK00.330.360.06
HSL4.94º72.65%77.06%-
HSV(B)4.94º35.56%93.73%-
XYZ54.1746.1736.63-
YUV183.52111.34167.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=43.14%
G=29.06%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916115400.330.360.064.9472.6577.06
HexEFA19A0212465494d
Octal3572412320414465111115
Binary111011111010000110011010010000110010011010110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA19A; }

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

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

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

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

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

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

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

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