Html Css Color HEX #ECBDA5 Zinnwaldite

📋 copy color: '#ECBDA5'

red 236 ◦ green 189 ◦ blue 165

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

Shades of Zinnwaldite #ECBDA5

Tints of Zinnwaldite #ECBDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.97%

R = 40%
G = 32.03%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECBDA5 (or 0xECBDA5) is known color: Zinnwaldite. HEX triplet: EC, BD and A5. RGB value is (236,189,165). Sum of RGB (Red+Green+Blue) = 236+189+165=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA5 is #13425A. Grayscale: #C8C8C8. Windows color (decimal): -1262171 or 10862060. OLE color: 10862060.

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

Color convert

RGB 236 189 165 -
CMYK 0 0.20 0.30 0.07
HSL 20.28º 0.65% 0.79% -
HSV(B) 20.28º 0.3% 0.93% -
XYZ 59.58 56.94 43.45 -
YUV 200.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 236 189 165 0 0.20 0.30 0.07 20.28 0.65 0.79
Hex EC BD A5 0 14 1E 7 14 41 4F
Octal 354 275 245 0 24 36 7 24 101 117
Binary 11101100 10111101 10100101 0 10100 11110 111 10100 1000001 1001111

Color Harmonies of #ECBDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDA5

Black with #ECBDA5

Text Example


Text Example

White with #ECBDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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