Html Css Color HEX #EDC5B2 Zinnwaldite

📋 copy color: '#EDC5B2'

red 237 ◦ green 197 ◦ blue 178

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

Shades of Zinnwaldite #EDC5B2

Tints of Zinnwaldite #EDC5B2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.19%

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

R = 38.73%
G = 32.19%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDC5B2 (or 0xEDC5B2) is known color: Zinnwaldite. HEX triplet: ED, C5 and B2. RGB value is (237,197,178). Sum of RGB (Red+Green+Blue) = 237+197+178=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC5B2 is #123A4D. Grayscale: #CECECE. Windows color (decimal): -1194574 or 11716077. OLE color: 11716077.

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

Color convert

RGB 237 197 178 -
CMYK 0 0.17 0.25 0.07
HSL 19.32º 0.62% 0.81% -
HSV(B) 19.32º 0.25% 0.93% -
XYZ 62.93 61.15 50.61 -
YUV 206.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 237 197 178 0 0.17 0.25 0.07 19.32 0.62 0.81
Hex ED C5 B2 0 11 19 7 13 3E 51
Octal 355 305 262 0 21 31 7 23 76 121
Binary 11101101 11000101 10110010 0 10001 11001 111 10011 111110 1010001

Color Harmonies of #EDC5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5B2

Black with #EDC5B2

Text Example


Text Example

White with #EDC5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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