Html Css Color HEX #EDBFAE Zinnwaldite

📋 copy color: '#EDBFAE'

red 237 ◦ green 191 ◦ blue 174

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

Shades of Zinnwaldite #EDBFAE

Tints of Zinnwaldite #EDBFAE

RGB

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

 GREEN value IS 191 (75% from 255) = 31.73%

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

R = 39.37%
G = 31.73%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDBFAE (or 0xEDBFAE) is known color: Zinnwaldite. HEX triplet: ED, BF and AE. RGB value is (237,191,174). Sum of RGB (Red+Green+Blue) = 237+191+174=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFAE is #124051. Grayscale: #CACACA. Windows color (decimal): -1196114 or 11452397. OLE color: 11452397.

HSL color Cylindrical-coordinate representation of color #EDBFAE: hue angle of 16.19º 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 #EDBFAE is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 174 -
CMYK 0 0.19 0.27 0.07
HSL 16.19º 0.64% 0.81% -
HSV(B) 16.19º 0.27% 0.93% -
XYZ 61.2 58.32 48.08 -
YUV 202.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 237 191 174 0 0.19 0.27 0.07 16.19 0.64 0.81
Hex ED BF AE 0 13 1B 7 10 40 51
Octal 355 277 256 0 23 33 7 20 100 121
Binary 11101101 10111111 10101110 0 10011 11011 111 10000 1000000 1010001

Color Harmonies of #EDBFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFAE

Black with #EDBFAE

Text Example


Text Example

White with #EDBFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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