Html Css Color HEX #EDBDAD Zinnwaldite

📋 copy color: '#EDBDAD'

red 237 ◦ green 189 ◦ blue 173

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

Shades of Zinnwaldite #EDBDAD

Tints of Zinnwaldite #EDBDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.88%

R = 39.57%
G = 31.55%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDBDAD (or 0xEDBDAD) is known color: Zinnwaldite. HEX triplet: ED, BD and AD. RGB value is (237,189,173). Sum of RGB (Red+Green+Blue) = 237+189+173=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDAD is #124252. Grayscale: #C9C9C9. Windows color (decimal): -1196627 or 11386349. OLE color: 11386349.

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

Color convert

RGB 237 189 173 -
CMYK 0 0.20 0.27 0.07
HSL 15º 0.64% 0.8% -
HSV(B) 15º 0.27% 0.93% -
XYZ 60.67 57.42 47.42 -
YUV 201.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 237 189 173 0 0.20 0.27 0.07 15 0.64 0.8
Hex ED BD AD 0 14 1B 7 F 40 50
Octal 355 275 255 0 24 33 7 17 100 120
Binary 11101101 10111101 10101101 0 10100 11011 111 1111 1000000 1010000

Color Harmonies of #EDBDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDAD

Black with #EDBDAD

Text Example


Text Example

White with #EDBDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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