Html Css Color HEX #EDBCA5 Zinnwaldite

📋 copy color: '#EDBCA5'

red 237 ◦ green 188 ◦ blue 165

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

Shades of Zinnwaldite #EDBCA5

Tints of Zinnwaldite #EDBCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.97%

R = 40.17%
G = 31.86%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDBCA5 (or 0xEDBCA5) is known color: Zinnwaldite. HEX triplet: ED, BC and A5. RGB value is (237,188,165). Sum of RGB (Red+Green+Blue) = 237+188+165=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCA5 is #12435A. Grayscale: #C8C8C8. Windows color (decimal): -1196891 or 10861805. OLE color: 10861805.

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

Color convert

RGB 237 188 165 -
CMYK 0 0.21 0.30 0.07
HSL 19.17º 0.67% 0.79% -
HSV(B) 19.17º 0.3% 0.93% -
XYZ 59.7 56.69 43.39 -
YUV 200.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 237 188 165 0 0.21 0.30 0.07 19.17 0.67 0.79
Hex ED BC A5 0 15 1E 7 13 43 4F
Octal 355 274 245 0 25 36 7 23 103 117
Binary 11101101 10111100 10100101 0 10101 11110 111 10011 1000011 1001111

Color Harmonies of #EDBCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCA5

Black with #EDBCA5

Text Example


Text Example

White with #EDBCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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