Html Css Color HEX #EDC1B1 Zinnwaldite

📋 copy color: '#EDC1B1'

red 237 ◦ green 193 ◦ blue 177

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

Shades of Zinnwaldite #EDC1B1

Tints of Zinnwaldite #EDC1B1

RGB

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

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

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

R = 39.04%
G = 31.8%
B = 29.16%

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

#EDC1B1 (or 0xEDC1B1) is known color: Zinnwaldite. HEX triplet: ED, C1 and B1. RGB value is (237,193,177). Sum of RGB (Red+Green+Blue) = 237+193+177=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC1B1 is #123E4E. Grayscale: #CCCCCC. Windows color (decimal): -1195599 or 11649517. OLE color: 11649517.

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

Color convert

RGB 237 193 177 -
CMYK 0 0.19 0.25 0.07
HSL 16º 0.63% 0.81% -
HSV(B) 16º 0.25% 0.93% -
XYZ 61.93 59.32 49.78 -
YUV 204.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 237 193 177 0 0.19 0.25 0.07 16 0.63 0.81
Hex ED C1 B1 0 13 19 7 10 3E 51
Octal 355 301 261 0 23 31 7 20 76 121
Binary 11101101 11000001 10110001 0 10011 11001 111 10000 111110 1010001

Color Harmonies of #EDC1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1B1

Black with #EDC1B1

Text Example


Text Example

White with #EDC1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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