Html Css Color HEX #EDBDA3 Zinnwaldite

📋 copy color: '#EDBDA3'

red 237 ◦ green 189 ◦ blue 163

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

Shades of Zinnwaldite #EDBDA3

Tints of Zinnwaldite #EDBDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.67%

R = 40.24%
G = 32.09%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EDBDA3 (or 0xEDBDA3) is known color: Zinnwaldite. HEX triplet: ED, BD and A3. RGB value is (237,189,163). Sum of RGB (Red+Green+Blue) = 237+189+163=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDA3 is #12425C. Grayscale: #C8C8C8. Windows color (decimal): -1196637 or 10730989. OLE color: 10730989.

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

Color convert

RGB 237 189 163 -
CMYK 0 0.20 0.31 0.07
HSL 21.08º 0.67% 0.78% -
HSV(B) 21.08º 0.31% 0.93% -
XYZ 59.73 57.04 42.51 -
YUV 200.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 237 189 163 0 0.20 0.31 0.07 21.08 0.67 0.78
Hex ED BD A3 0 14 1F 7 15 43 4E
Octal 355 275 243 0 24 37 7 25 103 116
Binary 11101101 10111101 10100011 0 10100 11111 111 10101 1000011 1001110

Color Harmonies of #EDBDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDA3

Black with #EDBDA3

Text Example


Text Example

White with #EDBDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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