Html Css Color HEX #EDBCAA Zinnwaldite

📋 copy color: '#EDBCAA'

red 237 ◦ green 188 ◦ blue 170

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

Shades of Zinnwaldite #EDBCAA

Tints of Zinnwaldite #EDBCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.57%

R = 39.83%
G = 31.6%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDBCAA (or 0xEDBCAA) is known color: Zinnwaldite. HEX triplet: ED, BC and AA. RGB value is (237,188,170). Sum of RGB (Red+Green+Blue) = 237+188+170=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCAA is #124355. Grayscale: #C8C8C8. Windows color (decimal): -1196886 or 11189485. OLE color: 11189485.

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

Color convert

RGB 237 188 170 -
CMYK 0 0.21 0.28 0.07
HSL 16.12º 0.65% 0.8% -
HSV(B) 16.12º 0.28% 0.93% -
XYZ 60.16 56.87 45.84 -
YUV 200.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 237 188 170 0 0.21 0.28 0.07 16.12 0.65 0.8
Hex ED BC AA 0 15 1C 7 10 41 50
Octal 355 274 252 0 25 34 7 20 101 120
Binary 11101101 10111100 10101010 0 10101 11100 111 10000 1000001 1010000

Color Harmonies of #EDBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCAA

Black with #EDBCAA

Text Example


Text Example

White with #EDBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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