#efbdaa

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

Shades of Zinnwaldite #EFBDAA

Tints of Zinnwaldite #EFBDAA

Color information

#EFBDAA (or 0xEFBDAA) is unknown color: approx Zinnwaldite. HEX triplet: EF, BD and AA. RGB value is (239,189,170). Sum of RGB (Red+Green+Blue) = 239+189+170=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDAA is #104255. Grayscale: #C9C9C9. Windows color (decimal): -1065558 or 11189743. OLE color: 11189743.

HSL color Cylindrical-coordinate representation of color #EFBDAA: hue angle of 16.52º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFBDAA is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239189170-
CMYK00.210.290.06
HSL16.52º68.32%80.2%-
HSV(B)16.52º28.87%93.73%-
XYZ61.0557.6545.94-
YUV201.78110.06154.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=39.97%
G=31.61%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918917000.210.290.0616.5268.3280.2
HexEFBDAA0151D6114450
Octal35727525202535621104120
Binary111011111011110110101010010101111011101000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efbdaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efbdaa; }

 p { color: rgb(239,189,170); }

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

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

 a { background-color: rgb(239,189,170); }

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

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

 span { border-color: rgb(239,189,170); }

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