Html Css Color HEX #EDBFB1 Zinnwaldite

📋 copy color: '#EDBFB1'

red 237 ◦ green 191 ◦ blue 177

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

Shades of Zinnwaldite #EDBFB1

Tints of Zinnwaldite #EDBFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.26%

R = 39.17%
G = 31.57%
B = 29.26%

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

#EDBFB1 (or 0xEDBFB1) is known color: Zinnwaldite. HEX triplet: ED, BF and B1. RGB value is (237,191,177). Sum of RGB (Red+Green+Blue) = 237+191+177=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFB1 is #12404E. Grayscale: #CBCBCB. Windows color (decimal): -1196111 or 11649005. OLE color: 11649005.

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

Color convert

RGB 237 191 177 -
CMYK 0 0.19 0.25 0.07
HSL 14º 0.63% 0.81% -
HSV(B) 14º 0.25% 0.93% -
XYZ 61.49 58.44 49.63 -
YUV 203.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 237 191 177 0 0.19 0.25 0.07 14 0.63 0.81
Hex ED BF B1 0 13 19 7 E 3E 51
Octal 355 277 261 0 23 31 7 16 76 121
Binary 11101101 10111111 10110001 0 10011 11001 111 1110 111110 1010001

Color Harmonies of #EDBFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFB1

Black with #EDBFB1

Text Example


Text Example

White with #EDBFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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