Html Css Color HEX #EDBAAB Zinnwaldite

📋 copy color: '#EDBAAB'

red 237 ◦ green 186 ◦ blue 171

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

Shades of Zinnwaldite #EDBAAB

Tints of Zinnwaldite #EDBAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.31%

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

R = 39.9%
G = 31.31%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDBAAB (or 0xEDBAAB) is known color: Zinnwaldite. HEX triplet: ED, BA and AB. RGB value is (237,186,171). Sum of RGB (Red+Green+Blue) = 237+186+171=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAAB is #124554. Grayscale: #C7C7C7. Windows color (decimal): -1197397 or 11254509. OLE color: 11254509.

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

Color convert

RGB 237 186 171 -
CMYK 0 0.22 0.28 0.07
HSL 13.64º 0.65% 0.8% -
HSV(B) 13.64º 0.28% 0.93% -
XYZ 59.83 56.06 46.2 -
YUV 199.54 111.9 154.72 -
System Red Green Blue C M Y K H S L
Decimal 237 186 171 0 0.22 0.28 0.07 13.64 0.65 0.8
Hex ED BA AB 0 16 1C 7 E 41 50
Octal 355 272 253 0 26 34 7 16 101 120
Binary 11101101 10111010 10101011 0 10110 11100 111 1110 1000001 1010000

Color Harmonies of #EDBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAAB

Black with #EDBAAB

Text Example


Text Example

White with #EDBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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