Html Css Color HEX #EDBFAC Zinnwaldite

📋 copy color: '#EDBFAC'

red 237 ◦ green 191 ◦ blue 172

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

Shades of Zinnwaldite #EDBFAC

Tints of Zinnwaldite #EDBFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.67%

R = 39.5%
G = 31.83%
B = 28.67%

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

#EDBFAC (or 0xEDBFAC) is known color: Zinnwaldite. HEX triplet: ED, BF and AC. RGB value is (237,191,172). Sum of RGB (Red+Green+Blue) = 237+191+172=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFAC is #124053. Grayscale: #CACACA. Windows color (decimal): -1196116 or 11321325. OLE color: 11321325.

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

Color convert

RGB 237 191 172 -
CMYK 0 0.19 0.27 0.07
HSL 17.54º 0.64% 0.8% -
HSV(B) 17.54º 0.27% 0.93% -
XYZ 61 58.24 47.06 -
YUV 202.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 237 191 172 0 0.19 0.27 0.07 17.54 0.64 0.8
Hex ED BF AC 0 13 1B 7 12 40 50
Octal 355 277 254 0 23 33 7 22 100 120
Binary 11101101 10111111 10101100 0 10011 11011 111 10010 1000000 1010000

Color Harmonies of #EDBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFAC

Black with #EDBFAC

Text Example


Text Example

White with #EDBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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