#EFBDA4

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

Shades of Zinnwaldite #EFBDA4

Tints of Zinnwaldite #EFBDA4

Color information

#EFBDA4 (or 0xEFBDA4) is unknown color: approx Zinnwaldite. HEX triplet: EF, BD and A4. RGB value is (239,189,164). Sum of RGB (Red+Green+Blue) = 239+189+164=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDA4 is #10425B. Grayscale: #C9C9C9. Windows color (decimal): -1065564 or 10796527. OLE color: 10796527.

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

Color convert

RGB239189164-
CMYK00.210.310.06
HSL20º70.09%79.02%-
HSV(B)20º31.38%93.73%-
XYZ60.557.4343.02-
YUV201.1107.06155.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=40.37%
G=31.93%
B=27.70%

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
Decimal23918916400.210.310.062070.0979.02
HexEFBDA40151F614464f
Octal35727524402537624106117
Binary111011111011110110100100010101111111101010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDA4; }

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

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

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

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

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

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

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

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