Html Css Color HEX #EDBBAA Zinnwaldite

📋 copy color: '#EDBBAA'

red 237 ◦ green 187 ◦ blue 170

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

Shades of Zinnwaldite #EDBBAA

Tints of Zinnwaldite #EDBBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.48%

 BLUE value IS 170 (66.8% from 255) = 28.62%

R = 39.9%
G = 31.48%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDBBAA (or 0xEDBBAA) is known color: Zinnwaldite. HEX triplet: ED, BB and AA. RGB value is (237,187,170). Sum of RGB (Red+Green+Blue) = 237+187+170=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBAA is #124455. Grayscale: #C8C8C8. Windows color (decimal): -1197142 or 11189229. OLE color: 11189229.

HSL color Cylindrical-coordinate representation of color #EDBBAA: hue angle of 15.22º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDBBAA is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 187 170 -
CMYK 0 0.21 0.28 0.07
HSL 15.22º 0.65% 0.8% -
HSV(B) 15.22º 0.28% 0.93% -
XYZ 59.95 56.45 45.77 -
YUV 200.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 237 187 170 0 0.21 0.28 0.07 15.22 0.65 0.8
Hex ED BB AA 0 15 1C 7 F 41 50
Octal 355 273 252 0 25 34 7 17 101 120
Binary 11101101 10111011 10101010 0 10101 11100 111 1111 1000001 1010000

Color Harmonies of #EDBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBAA

Black with #EDBBAA

Text Example


Text Example

White with #EDBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBAA; }

 p { color: rgb(237,187,170); }

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

background-color css

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

 a { background-color: rgb(237,187,170); }

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

border-color css

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

 span { border-color: rgb(237,187,170); }

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