Html Css Color HEX #EDC4B5 Zinnwaldite

📋 copy color: '#EDC4B5'

red 237 ◦ green 196 ◦ blue 181

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

Shades of Zinnwaldite #EDC4B5

Tints of Zinnwaldite #EDC4B5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.92%

 BLUE value IS 181 (71.09% from 255) = 29.48%

R = 38.6%
G = 31.92%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDC4B5 (or 0xEDC4B5) is known color: Zinnwaldite. HEX triplet: ED, C4 and B5. RGB value is (237,196,181). Sum of RGB (Red+Green+Blue) = 237+196+181=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4B5 is #123B4A. Grayscale: #CECECE. Windows color (decimal): -1194827 or 11912429. OLE color: 11912429.

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

Color convert

RGB 237 196 181 -
CMYK 0 0.17 0.24 0.07
HSL 16.07º 0.61% 0.82% -
HSV(B) 16.07º 0.24% 0.93% -
XYZ 63.01 60.82 52.13 -
YUV 206.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 237 196 181 0 0.17 0.24 0.07 16.07 0.61 0.82
Hex ED C4 B5 0 11 18 7 10 3D 52
Octal 355 304 265 0 21 30 7 20 75 122
Binary 11101101 11000100 10110101 0 10001 11000 111 10000 111101 1010010

Color Harmonies of #EDC4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4B5

Black with #EDC4B5

Text Example


Text Example

White with #EDC4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC4B5; }

 p { color: rgb(237,196,181); }

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

background-color css

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

 a { background-color: rgb(237,196,181); }

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

border-color css

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

 span { border-color: rgb(237,196,181); }

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