#EDBCAB

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

Shades of Zinnwaldite #EDBCAB

Tints of Zinnwaldite #EDBCAB

Color information

#EDBCAB (or 0xEDBCAB) is unknown color: approx Zinnwaldite. HEX triplet: ED, BC and AB. RGB value is (237,188,171). Sum of RGB (Red+Green+Blue) = 237+188+171=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCAB is #124354. Grayscale: #C8C8C8. Windows color (decimal): -1196885 or 11255021. OLE color: 11255021.

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

Color convert

RGB237188171-
CMYK00.210.280.07
HSL15.45º64.71%80%-
HSV(B)15.45º27.85%92.94%-
XYZ60.2656.9146.34-
YUV200.71111.23153.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=39.77%
G=31.54%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718817100.210.280.0715.4564.7180
HexEDBCAB0151C7f4150
Octal35527425302534717101120
Binary11101101101111001010101101010111100111111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCAB; }

 p { color: rgb(237,188,171); }

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

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

 a { background-color: rgb(237,188,171); }

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

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

 span { border-color: rgb(237,188,171); }

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