#EDBEAE

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

Shades of Zinnwaldite #EDBEAE

Tints of Zinnwaldite #EDBEAE

Color information

#EDBEAE (or 0xEDBEAE) is unknown color: approx Zinnwaldite. HEX triplet: ED, BE and AE. RGB value is (237,190,174). Sum of RGB (Red+Green+Blue) = 237+190+174=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBEAE is #124151. Grayscale: #CACACA. Windows color (decimal): -1196370 or 11452141. OLE color: 11452141.

HSL color Cylindrical-coordinate representation of color #EDBEAE: hue angle of 15.24º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDBEAE is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237190174-
CMYK00.200.270.07
HSL15.24º63.64%80.59%-
HSV(B)15.24º26.58%92.94%-
XYZ60.9857.8948-
YUV202.23112.07152.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=39.43%
G=31.61%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719017400.200.270.0715.2463.6480.59
HexEDBEAE0141B7f4051
Octal35527625602433717100121
Binary11101101101111101010111001010011011111111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEAE; }

 p { color: rgb(237,190,174); }

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

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

 a { background-color: rgb(237,190,174); }

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

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

 span { border-color: rgb(237,190,174); }

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