Html Css Color HEX #EDC6B1 Zinnwaldite

📋 copy color: '#EDC6B1'

red 237 ◦ green 198 ◦ blue 177

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

Shades of Zinnwaldite #EDC6B1

Tints of Zinnwaldite #EDC6B1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.35%

 BLUE value IS 177 (69.53% from 255) = 28.92%

R = 38.73%
G = 32.35%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDC6B1 (or 0xEDC6B1) is known color: Zinnwaldite. HEX triplet: ED, C6 and B1. RGB value is (237,198,177). Sum of RGB (Red+Green+Blue) = 237+198+177=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC6B1 is #12394E. Grayscale: #CFCFCF. Windows color (decimal): -1194319 or 11650797. OLE color: 11650797.

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

Color convert

RGB 237 198 177 -
CMYK 0 0.16 0.25 0.07
HSL 21º 0.63% 0.81% -
HSV(B) 21º 0.25% 0.93% -
XYZ 63.05 61.57 50.16 -
YUV 207.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 237 198 177 0 0.16 0.25 0.07 21 0.63 0.81
Hex ED C6 B1 0 10 19 7 15 3E 51
Octal 355 306 261 0 20 31 7 25 76 121
Binary 11101101 11000110 10110001 0 10000 11001 111 10101 111110 1010001

Color Harmonies of #EDC6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC6B1

Black with #EDC6B1

Text Example


Text Example

White with #EDC6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC6B1; }

 p { color: rgb(237,198,177); }

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

background-color css

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

 a { background-color: rgb(237,198,177); }

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

border-color css

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

 span { border-color: rgb(237,198,177); }

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