#EFBEA5

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

Shades of Zinnwaldite #EFBEA5

Tints of Zinnwaldite #EFBEA5

Color information

#EFBEA5 (or 0xEFBEA5) is unknown color: approx Zinnwaldite. HEX triplet: EF, BE and A5. RGB value is (239,190,165). Sum of RGB (Red+Green+Blue) = 239+190+165=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEA5 is #10415A. Grayscale: #C9C9C9. Windows color (decimal): -1065307 or 10862319. OLE color: 10862319.

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

Color convert

RGB239190165-
CMYK00.210.310.06
HSL20.27º69.81%79.22%-
HSV(B)20.27º30.96%93.73%-
XYZ60.857.8943.57-
YUV201.8107.23154.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 165 (64.84% from 255) = 27.78%
R=40.24%
G=31.99%
B=27.78%

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
Decimal23919016500.210.310.0620.2769.8179.22
HexEFBEA50151F614464f
Octal35727624502537624106117
Binary111011111011111010100101010101111111101010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEA5; }

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

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

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

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

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

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

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

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