Html Css Color HEX #EDBDA4 Zinnwaldite

📋 copy color: '#EDBDA4'

red 237 ◦ green 189 ◦ blue 164

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

Shades of Zinnwaldite #EDBDA4

Tints of Zinnwaldite #EDBDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.8%

R = 40.17%
G = 32.03%
B = 27.8%

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

#EDBDA4 (or 0xEDBDA4) is known color: Zinnwaldite. HEX triplet: ED, BD and A4. RGB value is (237,189,164). Sum of RGB (Red+Green+Blue) = 237+189+164=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDA4 is #12425B. Grayscale: #C8C8C8. Windows color (decimal): -1196636 or 10796525. OLE color: 10796525.

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

Color convert

RGB 237 189 164 -
CMYK 0 0.20 0.31 0.07
HSL 20.55º 0.67% 0.79% -
HSV(B) 20.55º 0.31% 0.93% -
XYZ 59.82 57.08 42.99 -
YUV 200.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 237 189 164 0 0.20 0.31 0.07 20.55 0.67 0.79
Hex ED BD A4 0 14 1F 7 15 43 4F
Octal 355 275 244 0 24 37 7 25 103 117
Binary 11101101 10111101 10100100 0 10100 11111 111 10101 1000011 1001111

Color Harmonies of #EDBDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDA4

Black with #EDBDA4

Text Example


Text Example

White with #EDBDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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