Html Css Color HEX #ECBDA4 Zinnwaldite

📋 copy color: '#ECBDA4'

red 236 ◦ green 189 ◦ blue 164

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

Shades of Zinnwaldite #ECBDA4

Tints of Zinnwaldite #ECBDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.84%

R = 40.07%
G = 32.09%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECBDA4 (or 0xECBDA4) is known color: Zinnwaldite. HEX triplet: EC, BD and A4. RGB value is (236,189,164). Sum of RGB (Red+Green+Blue) = 236+189+164=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA4 is #13425B. Grayscale: #C8C8C8. Windows color (decimal): -1262172 or 10796524. OLE color: 10796524.

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

Color convert

RGB 236 189 164 -
CMYK 0 0.20 0.31 0.07
HSL 20.83º 0.65% 0.78% -
HSV(B) 20.83º 0.31% 0.93% -
XYZ 59.49 56.91 42.97 -
YUV 200.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 236 189 164 0 0.20 0.31 0.07 20.83 0.65 0.78
Hex EC BD A4 0 14 1F 7 15 41 4E
Octal 354 275 244 0 24 37 7 25 101 116
Binary 11101100 10111101 10100100 0 10100 11111 111 10101 1000001 1001110

Color Harmonies of #ECBDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDA4

Black with #ECBDA4

Text Example


Text Example

White with #ECBDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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