#EFA698

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

Shades of Rose Bud #EFA698

Tints of Rose Bud #EFA698

Color information

#EFA698 (or 0xEFA698) is unknown color: approx Rose Bud. HEX triplet: EF, A6 and 98. RGB value is (239,166,152). Sum of RGB (Red+Green+Blue) = 239+166+152=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA698 is #105967. Grayscale: #BABABA. Windows color (decimal): -1071464 or 10004207. OLE color: 10004207.

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

Color convert

RGB239166152-
CMYK00.310.360.06
HSL9.66º73.11%76.67%-
HSV(B)9.66º36.4%93.73%-
XYZ54.947.8936.06-
YUV186.23108.68165.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=42.91%
G=29.80%
B=27.29%

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
Decimal23916615200.310.360.069.6673.1176.67
HexEFA69801F246a494d
Octal35724623003744612111115
Binary111011111010011010011000011111100100110101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA698; }

 p { color: rgb(239,166,152); }

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

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

 a { background-color: rgb(239,166,152); }

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

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

 span { border-color: rgb(239,166,152); }

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