Html Css Color HEX #EDBBAB Zinnwaldite

📋 copy color: '#EDBBAB'

red 237 ◦ green 187 ◦ blue 171

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

Shades of Zinnwaldite #EDBBAB

Tints of Zinnwaldite #EDBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.74%

R = 39.83%
G = 31.43%
B = 28.74%

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

#EDBBAB (or 0xEDBBAB) is known color: Zinnwaldite. HEX triplet: ED, BB and AB. RGB value is (237,187,171). Sum of RGB (Red+Green+Blue) = 237+187+171=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBAB is #124454. Grayscale: #C8C8C8. Windows color (decimal): -1197141 or 11254765. OLE color: 11254765.

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

Color convert

RGB 237 187 171 -
CMYK 0 0.21 0.28 0.07
HSL 14.55º 0.65% 0.8% -
HSV(B) 14.55º 0.28% 0.93% -
XYZ 60.05 56.49 46.27 -
YUV 200.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 237 187 171 0 0.21 0.28 0.07 14.55 0.65 0.8
Hex ED BB AB 0 15 1C 7 F 41 50
Octal 355 273 253 0 25 34 7 17 101 120
Binary 11101101 10111011 10101011 0 10101 11100 111 1111 1000001 1010000

Color Harmonies of #EDBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBAB

Black with #EDBBAB

Text Example


Text Example

White with #EDBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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