#EFBDA5

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

Shades of Zinnwaldite #EFBDA5

Tints of Zinnwaldite #EFBDA5

Color information

#EFBDA5 (or 0xEFBDA5) is unknown color: approx Zinnwaldite. HEX triplet: EF, BD and A5. RGB value is (239,189,165). Sum of RGB (Red+Green+Blue) = 239+189+165=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDA5 is #10425A. Grayscale: #C9C9C9. Windows color (decimal): -1065563 or 10862063. OLE color: 10862063.

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

Color convert

RGB239189165-
CMYK00.210.310.06
HSL19.46º69.81%79.22%-
HSV(B)19.46º30.96%93.73%-
XYZ60.5957.4643.5-
YUV201.21107.56154.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 165 (64.84% from 255) = 27.82%
R=40.30%
G=31.87%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918916500.210.310.0619.4669.8179.22
HexEFBDA50151F613464f
Octal35727524502537623106117
Binary111011111011110110100101010101111111101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDA5; }

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

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

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

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

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

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

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

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