Html Css Color HEX #EDC1A7 Zinnwaldite

📋 copy color: '#EDC1A7'

red 237 ◦ green 193 ◦ blue 167

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

Shades of Zinnwaldite #EDC1A7

Tints of Zinnwaldite #EDC1A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.97%

R = 39.7%
G = 32.33%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDC1A7 (or 0xEDC1A7) is known color: Zinnwaldite. HEX triplet: ED, C1 and A7. RGB value is (237,193,167). Sum of RGB (Red+Green+Blue) = 237+193+167=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC1A7 is #123E58. Grayscale: #CBCBCB. Windows color (decimal): -1195609 or 10994157. OLE color: 10994157.

HSL color Cylindrical-coordinate representation of color #EDC1A7: hue angle of 22.29º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDC1A7 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 167 -
CMYK 0 0.19 0.30 0.07
HSL 22.29º 0.66% 0.79% -
HSV(B) 22.29º 0.3% 0.93% -
XYZ 60.97 58.93 44.72 -
YUV 203.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 237 193 167 0 0.19 0.30 0.07 22.29 0.66 0.79
Hex ED C1 A7 0 13 1E 7 16 42 4F
Octal 355 301 247 0 23 36 7 26 102 117
Binary 11101101 11000001 10100111 0 10011 11110 111 10110 1000010 1001111

Color Harmonies of #EDC1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1A7

Black with #EDC1A7

Text Example


Text Example

White with #EDC1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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