Html Css Color HEX #EDC1A8 Zinnwaldite

📋 copy color: '#EDC1A8'

red 237 ◦ green 193 ◦ blue 168

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

Shades of Zinnwaldite #EDC1A8

Tints of Zinnwaldite #EDC1A8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.27%

 BLUE value IS 168 (66.02% from 255) = 28.09%

R = 39.63%
G = 32.27%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDC1A8 (or 0xEDC1A8) is known color: Zinnwaldite. HEX triplet: ED, C1 and A8. RGB value is (237,193,168). Sum of RGB (Red+Green+Blue) = 237+193+168=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC1A8 is #123E57. Grayscale: #CBCBCB. Windows color (decimal): -1195608 or 11059693. OLE color: 11059693.

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

Color convert

RGB 237 193 168 -
CMYK 0 0.19 0.29 0.07
HSL 21.74º 0.66% 0.79% -
HSV(B) 21.74º 0.29% 0.93% -
XYZ 61.06 58.97 45.21 -
YUV 203.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 237 193 168 0 0.19 0.29 0.07 21.74 0.66 0.79
Hex ED C1 A8 0 13 1D 7 16 42 4F
Octal 355 301 250 0 23 35 7 26 102 117
Binary 11101101 11000001 10101000 0 10011 11101 111 10110 1000010 1001111

Color Harmonies of #EDC1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1A8

Black with #EDC1A8

Text Example


Text Example

White with #EDC1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1A8; }

 p { color: rgb(237,193,168); }

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

background-color css

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

 a { background-color: rgb(237,193,168); }

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

border-color css

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

 span { border-color: rgb(237,193,168); }

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