Html Css Color HEX #ECBDA8 Zinnwaldite

📋 copy color: '#ECBDA8'

red 236 ◦ green 189 ◦ blue 168

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

Shades of Zinnwaldite #ECBDA8

Tints of Zinnwaldite #ECBDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.33%

R = 39.8%
G = 31.87%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ECBDA8 (or 0xECBDA8) is known color: Zinnwaldite. HEX triplet: EC, BD and A8. RGB value is (236,189,168). Sum of RGB (Red+Green+Blue) = 236+189+168=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA8 is #134257. Grayscale: #C8C8C8. Windows color (decimal): -1262168 or 11058668. OLE color: 11058668.

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

Color convert

RGB 236 189 168 -
CMYK 0 0.20 0.29 0.07
HSL 18.53º 0.64% 0.79% -
HSV(B) 18.53º 0.29% 0.93% -
XYZ 59.86 57.06 44.9 -
YUV 200.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 236 189 168 0 0.20 0.29 0.07 18.53 0.64 0.79
Hex EC BD A8 0 14 1D 7 13 40 4F
Octal 354 275 250 0 24 35 7 23 100 117
Binary 11101100 10111101 10101000 0 10100 11101 111 10011 1000000 1001111

Color Harmonies of #ECBDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDA8

Black with #ECBDA8

Text Example


Text Example

White with #ECBDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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