Html Css Color HEX #EDBDA6 Zinnwaldite

📋 copy color: '#EDBDA6'

red 237 ◦ green 189 ◦ blue 166

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

Shades of Zinnwaldite #EDBDA6

Tints of Zinnwaldite #EDBDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.93%

 BLUE value IS 166 (65.23% from 255) = 28.04%

R = 40.03%
G = 31.93%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDBDA6 (or 0xEDBDA6) is known color: Zinnwaldite. HEX triplet: ED, BD and A6. RGB value is (237,189,166). Sum of RGB (Red+Green+Blue) = 237+189+166=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDA6 is #124259. Grayscale: #C8C8C8. Windows color (decimal): -1196634 or 10927597. OLE color: 10927597.

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

Color convert

RGB 237 189 166 -
CMYK 0 0.20 0.30 0.07
HSL 19.44º 0.66% 0.79% -
HSV(B) 19.44º 0.3% 0.93% -
XYZ 60.01 57.15 43.95 -
YUV 200.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 237 189 166 0 0.20 0.30 0.07 19.44 0.66 0.79
Hex ED BD A6 0 14 1E 7 13 42 4F
Octal 355 275 246 0 24 36 7 23 102 117
Binary 11101101 10111101 10100110 0 10100 11110 111 10011 1000010 1001111

Color Harmonies of #EDBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDA6

Black with #EDBDA6

Text Example


Text Example

White with #EDBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDA6; }

 p { color: rgb(237,189,166); }

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

background-color css

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

 a { background-color: rgb(237,189,166); }

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

border-color css

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

 span { border-color: rgb(237,189,166); }

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