Html Css Color HEX #EDC0AF Zinnwaldite

📋 copy color: '#EDC0AF'

red 237 ◦ green 192 ◦ blue 175

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

Shades of Zinnwaldite #EDC0AF

Tints of Zinnwaldite #EDC0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.79%

 BLUE value IS 175 (68.75% from 255) = 28.97%

R = 39.24%
G = 31.79%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDC0AF (or 0xEDC0AF) is known color: Zinnwaldite. HEX triplet: ED, C0 and AF. RGB value is (237,192,175). Sum of RGB (Red+Green+Blue) = 237+192+175=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC0AF is #123F50. Grayscale: #CBCBCB. Windows color (decimal): -1195857 or 11518189. OLE color: 11518189.

HSL color Cylindrical-coordinate representation of color #EDC0AF: hue angle of 16.45º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDC0AF is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 192 175 -
CMYK 0 0.19 0.26 0.07
HSL 16.45º 0.63% 0.81% -
HSV(B) 16.45º 0.26% 0.93% -
XYZ 61.51 58.8 48.66 -
YUV 203.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 237 192 175 0 0.19 0.26 0.07 16.45 0.63 0.81
Hex ED C0 AF 0 13 1A 7 10 3F 51
Octal 355 300 257 0 23 32 7 20 77 121
Binary 11101101 11000000 10101111 0 10011 11010 111 10000 111111 1010001

Color Harmonies of #EDC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0AF

Black with #EDC0AF

Text Example


Text Example

White with #EDC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0AF; }

 p { color: rgb(237,192,175); }

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

background-color css

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

 a { background-color: rgb(237,192,175); }

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

border-color css

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

 span { border-color: rgb(237,192,175); }

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