#efa596

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

Shades of Rose Bud #EFA596

Tints of Rose Bud #EFA596

Color information

#EFA596 (or 0xEFA596) is unknown color: approx Rose Bud. HEX triplet: EF, A5 and 96. RGB value is (239,165,150). Sum of RGB (Red+Green+Blue) = 239+165+150=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA596 is #105A69. Grayscale: #B9B9B9. Windows color (decimal): -1071722 or 9872879. OLE color: 9872879.

HSL color Cylindrical-coordinate representation of color #EFA596: hue angle of 10.11º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFA596 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239165150-
CMYK00.310.370.06
HSL10.11º73.55%76.27%-
HSV(B)10.11º37.24%93.73%-
XYZ54.5647.4635.14-
YUV185.42108.02166.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 165 (64.84% from 255) = 29.78%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=43.14%
G=29.78%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916515000.310.370.0610.1173.5576.27
HexEFA59601F256a4a4c
Octal35724522603745612112114
Binary111011111010010110010110011111100101110101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa596; }

 p { color: rgb(239,165,150); }

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

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

 a { background-color: rgb(239,165,150); }

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

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

 span { border-color: rgb(239,165,150); }

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