#EDBAAA

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

Shades of Zinnwaldite #EDBAAA

Tints of Zinnwaldite #EDBAAA

Color information

#EDBAAA (or 0xEDBAAA) is unknown color: approx Zinnwaldite. HEX triplet: ED, BA and AA. RGB value is (237,186,170). Sum of RGB (Red+Green+Blue) = 237+186+170=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAAA is #124555. Grayscale: #C7C7C7. Windows color (decimal): -1197398 or 11188973. OLE color: 11188973.

HSL color Cylindrical-coordinate representation of color #EDBAAA: hue angle of 14.33º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDBAAA is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237186170-
CMYK00.220.280.07
HSL14.33º65.05%79.8%-
HSV(B)14.33º28.27%92.94%-
XYZ59.7456.0245.7-
YUV199.42111.4154.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=39.97%
G=31.37%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718617000.220.280.0714.3365.0579.8
HexEDBAAA0161C7e4150
Octal35527225202634716101120
Binary11101101101110101010101001011011100111111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAAA; }

 p { color: rgb(237,186,170); }

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

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

 a { background-color: rgb(237,186,170); }

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

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

 span { border-color: rgb(237,186,170); }

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