Html Css Color HEX #EDBDAC Zinnwaldite

📋 copy color: '#EDBDAC'

red 237 ◦ green 189 ◦ blue 172

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

Shades of Zinnwaldite #EDBDAC

Tints of Zinnwaldite #EDBDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.76%

R = 39.63%
G = 31.61%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDBDAC (or 0xEDBDAC) is known color: Zinnwaldite. HEX triplet: ED, BD and AC. RGB value is (237,189,172). Sum of RGB (Red+Green+Blue) = 237+189+172=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDAC is #124253. Grayscale: #C9C9C9. Windows color (decimal): -1196628 or 11320813. OLE color: 11320813.

HSL color Cylindrical-coordinate representation of color #EDBDAC: hue angle of 15.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDBDAC is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 172 -
CMYK 0 0.20 0.27 0.07
HSL 15.69º 0.64% 0.8% -
HSV(B) 15.69º 0.27% 0.93% -
XYZ 60.57 57.38 46.91 -
YUV 201.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 237 189 172 0 0.20 0.27 0.07 15.69 0.64 0.8
Hex ED BD AC 0 14 1B 7 10 40 50
Octal 355 275 254 0 24 33 7 20 100 120
Binary 11101101 10111101 10101100 0 10100 11011 111 10000 1000000 1010000

Color Harmonies of #EDBDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDAC

Black with #EDBDAC

Text Example


Text Example

White with #EDBDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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