Html Css Color HEX #EDC1B0 Zinnwaldite

📋 copy color: '#EDC1B0'

red 237 ◦ green 193 ◦ blue 176

#EDC1B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zinnwaldite #EDC1B0

Tints of Zinnwaldite #EDC1B0

RGB

 RED value IS 237 (92.97% from 255) = 39.11%

 GREEN value IS 193 (75.78% from 255) = 31.85%

 BLUE value IS 176 (69.14% from 255) = 29.04%

R = 39.11%
G = 31.85%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDC1B0 (or 0xEDC1B0) is known color: Zinnwaldite. HEX triplet: ED, C1 and B0. RGB value is (237,193,176). Sum of RGB (Red+Green+Blue) = 237+193+176=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC1B0 is #123E4F. Grayscale: #CCCCCC. Windows color (decimal): -1195600 or 11583981. OLE color: 11583981.

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

Color convert

RGB 237 193 176 -
CMYK 0 0.19 0.26 0.07
HSL 16.72º 0.63% 0.81% -
HSV(B) 16.72º 0.26% 0.93% -
XYZ 61.83 59.28 49.26 -
YUV 204.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 237 193 176 0 0.19 0.26 0.07 16.72 0.63 0.81
Hex ED C1 B0 0 13 1A 7 11 3F 51
Octal 355 301 260 0 23 32 7 21 77 121
Binary 11101101 11000001 10110000 0 10011 11010 111 10001 111111 1010001

Color Harmonies of #EDC1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1B0

Black with #EDC1B0

Text Example


Text Example

White with #EDC1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1B0; }

 p { color: rgb(237,193,176); }

 H1.HeaderClassName
 {
   color: #EDC1B0;
 }
 .AnyTagClassName
 {
   color: #EDC1B0;
 }
</style>

background-color css

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

 a { background-color: rgb(237,193,176); }

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

border-color css

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

 span { border-color: rgb(237,193,176); }

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