Html Css Color HEX #EDBCAC Zinnwaldite

📋 copy color: '#EDBCAC'

red 237 ◦ green 188 ◦ blue 172

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

Shades of Zinnwaldite #EDBCAC

Tints of Zinnwaldite #EDBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.49%

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

R = 39.7%
G = 31.49%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDBCAC (or 0xEDBCAC) is known color: Zinnwaldite. HEX triplet: ED, BC and AC. RGB value is (237,188,172). Sum of RGB (Red+Green+Blue) = 237+188+172=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCAC is #124353. Grayscale: #C8C8C8. Windows color (decimal): -1196884 or 11320557. OLE color: 11320557.

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

Color convert

RGB 237 188 172 -
CMYK 0 0.21 0.27 0.07
HSL 14.77º 0.64% 0.8% -
HSV(B) 14.77º 0.27% 0.93% -
XYZ 60.35 56.95 46.84 -
YUV 200.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 237 188 172 0 0.21 0.27 0.07 14.77 0.64 0.8
Hex ED BC AC 0 15 1B 7 F 40 50
Octal 355 274 254 0 25 33 7 17 100 120
Binary 11101101 10111100 10101100 0 10101 11011 111 1111 1000000 1010000

Color Harmonies of #EDBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCAC

Black with #EDBCAC

Text Example


Text Example

White with #EDBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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