Html Css Color HEX #EDBDAE Zinnwaldite

📋 copy color: '#EDBDAE'

red 237 ◦ green 189 ◦ blue 174

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

Shades of Zinnwaldite #EDBDAE

Tints of Zinnwaldite #EDBDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.5%

 BLUE value IS 174 (68.36% from 255) = 29%

R = 39.5%
G = 31.5%
B = 29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDBDAE (or 0xEDBDAE) is known color: Zinnwaldite. HEX triplet: ED, BD and AE. RGB value is (237,189,174). Sum of RGB (Red+Green+Blue) = 237+189+174=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDAE is #124251. Grayscale: #C9C9C9. Windows color (decimal): -1196626 or 11451885. OLE color: 11451885.

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

Color convert

RGB 237 189 174 -
CMYK 0 0.20 0.27 0.07
HSL 14.29º 0.64% 0.81% -
HSV(B) 14.29º 0.27% 0.93% -
XYZ 60.76 57.46 47.93 -
YUV 201.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 237 189 174 0 0.20 0.27 0.07 14.29 0.64 0.81
Hex ED BD AE 0 14 1B 7 E 40 51
Octal 355 275 256 0 24 33 7 16 100 121
Binary 11101101 10111101 10101110 0 10100 11011 111 1110 1000000 1010001

Color Harmonies of #EDBDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDAE

Black with #EDBDAE

Text Example


Text Example

White with #EDBDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDAE; }

 p { color: rgb(237,189,174); }

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

background-color css

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

 a { background-color: rgb(237,189,174); }

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

border-color css

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

 span { border-color: rgb(237,189,174); }

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