Html Css Color HEX #ECBDAB Zinnwaldite

📋 copy color: '#ECBDAB'

red 236 ◦ green 189 ◦ blue 171

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

Shades of Zinnwaldite #ECBDAB

Tints of Zinnwaldite #ECBDAB

RGB

 RED value IS 236 (92.58% from 255) = 39.6%

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

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

R = 39.6%
G = 31.71%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECBDAB (or 0xECBDAB) is known color: Zinnwaldite. HEX triplet: EC, BD and AB. RGB value is (236,189,171). Sum of RGB (Red+Green+Blue) = 236+189+171=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDAB is #134254. Grayscale: #C9C9C9. Windows color (decimal): -1262165 or 11255276. OLE color: 11255276.

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

Color convert

RGB 236 189 171 -
CMYK 0 0.20 0.28 0.07
HSL 16.62º 0.63% 0.8% -
HSV(B) 16.62º 0.28% 0.93% -
XYZ 60.14 57.17 46.39 -
YUV 201 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 236 189 171 0 0.20 0.28 0.07 16.62 0.63 0.8
Hex EC BD AB 0 14 1C 7 11 3F 50
Octal 354 275 253 0 24 34 7 21 77 120
Binary 11101100 10111101 10101011 0 10100 11100 111 10001 111111 1010000

Color Harmonies of #ECBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDAB

Black with #ECBDAB

Text Example


Text Example

White with #ECBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDAB; }

 p { color: rgb(236,189,171); }

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

background-color css

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

 a { background-color: rgb(236,189,171); }

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

border-color css

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

 span { border-color: rgb(236,189,171); }

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