Html Css Color HEX #EDC0B2 Zinnwaldite

📋 copy color: '#EDC0B2'

red 237 ◦ green 192 ◦ blue 178

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

Shades of Zinnwaldite #EDC0B2

Tints of Zinnwaldite #EDC0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.63%

 BLUE value IS 178 (69.92% from 255) = 29.32%

R = 39.04%
G = 31.63%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDC0B2 (or 0xEDC0B2) is known color: Zinnwaldite. HEX triplet: ED, C0 and B2. RGB value is (237,192,178). Sum of RGB (Red+Green+Blue) = 237+192+178=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC0B2 is #123F4D. Grayscale: #CBCBCB. Windows color (decimal): -1195854 or 11714797. OLE color: 11714797.

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

Color convert

RGB 237 192 178 -
CMYK 0 0.19 0.25 0.07
HSL 14.24º 0.62% 0.81% -
HSV(B) 14.24º 0.25% 0.93% -
XYZ 61.81 58.92 50.23 -
YUV 203.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 237 192 178 0 0.19 0.25 0.07 14.24 0.62 0.81
Hex ED C0 B2 0 13 19 7 E 3E 51
Octal 355 300 262 0 23 31 7 16 76 121
Binary 11101101 11000000 10110010 0 10011 11001 111 1110 111110 1010001

Color Harmonies of #EDC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0B2

Black with #EDC0B2

Text Example


Text Example

White with #EDC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0B2; }

 p { color: rgb(237,192,178); }

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

background-color css

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

 a { background-color: rgb(237,192,178); }

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

border-color css

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

 span { border-color: rgb(237,192,178); }

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