Html Css Color HEX #EDBFB2 Zinnwaldite

📋 copy color: '#EDBFB2'

red 237 ◦ green 191 ◦ blue 178

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

Shades of Zinnwaldite #EDBFB2

Tints of Zinnwaldite #EDBFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.37%

R = 39.11%
G = 31.52%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDBFB2 (or 0xEDBFB2) is known color: Zinnwaldite. HEX triplet: ED, BF and B2. RGB value is (237,191,178). Sum of RGB (Red+Green+Blue) = 237+191+178=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFB2 is #12404D. Grayscale: #CBCBCB. Windows color (decimal): -1196110 or 11714541. OLE color: 11714541.

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

Color convert

RGB 237 191 178 -
CMYK 0 0.19 0.25 0.07
HSL 13.22º 0.62% 0.81% -
HSV(B) 13.22º 0.25% 0.93% -
XYZ 61.59 58.48 50.16 -
YUV 203.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 237 191 178 0 0.19 0.25 0.07 13.22 0.62 0.81
Hex ED BF B2 0 13 19 7 D 3E 51
Octal 355 277 262 0 23 31 7 15 76 121
Binary 11101101 10111111 10110010 0 10011 11001 111 1101 111110 1010001

Color Harmonies of #EDBFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFB2

Black with #EDBFB2

Text Example


Text Example

White with #EDBFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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