Html Css Color HEX #EDC5B8 Zinnwaldite

📋 copy color: '#EDC5B8'

red 237 ◦ green 197 ◦ blue 184

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

Shades of Zinnwaldite #EDC5B8

Tints of Zinnwaldite #EDC5B8

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.88%

 BLUE value IS 184 (72.27% from 255) = 29.77%

R = 38.35%
G = 31.88%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDC5B8 (or 0xEDC5B8) is known color: Zinnwaldite. HEX triplet: ED, C5 and B8. RGB value is (237,197,184). Sum of RGB (Red+Green+Blue) = 237+197+184=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5B8 is #123A47. Grayscale: #CFCFCF. Windows color (decimal): -1194568 or 12109293. OLE color: 12109293.

HSL color Cylindrical-coordinate representation of color #EDC5B8: hue angle of 14.72º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC5B8 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 184 -
CMYK 0 0.17 0.22 0.07
HSL 14.72º 0.6% 0.83% -
HSV(B) 14.72º 0.22% 0.93% -
XYZ 63.54 61.4 53.85 -
YUV 207.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 237 197 184 0 0.17 0.22 0.07 14.72 0.6 0.83
Hex ED C5 B8 0 11 16 7 F 3C 53
Octal 355 305 270 0 21 26 7 17 74 123
Binary 11101101 11000101 10111000 0 10001 10110 111 1111 111100 1010011

Color Harmonies of #EDC5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC5B8

Black with #EDC5B8

Text Example


Text Example

White with #EDC5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC5B8; }

 p { color: rgb(237,197,184); }

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

background-color css

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

 a { background-color: rgb(237,197,184); }

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

border-color css

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

 span { border-color: rgb(237,197,184); }

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