Html Css Color HEX #ECC7B5 Zinnwaldite

📋 copy color: '#ECC7B5'

red 236 ◦ green 199 ◦ blue 181

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

Shades of Zinnwaldite #ECC7B5

Tints of Zinnwaldite #ECC7B5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.31%

 BLUE value IS 181 (71.09% from 255) = 29.38%

R = 38.31%
G = 32.31%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ECC7B5 (or 0xECC7B5) is known color: Zinnwaldite. HEX triplet: EC, C7 and B5. RGB value is (236,199,181). Sum of RGB (Red+Green+Blue) = 236+199+181=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC7B5 is #13384A. Grayscale: #D0D0D0. Windows color (decimal): -1259595 or 11913196. OLE color: 11913196.

HSL color Cylindrical-coordinate representation of color #ECC7B5: hue angle of 19.64º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC7B5 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 199 181 -
CMYK 0 0.16 0.23 0.07
HSL 19.64º 0.59% 0.82% -
HSV(B) 19.64º 0.23% 0.93% -
XYZ 63.36 62.02 52.35 -
YUV 208.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 236 199 181 0 0.16 0.23 0.07 19.64 0.59 0.82
Hex EC C7 B5 0 10 17 7 14 3B 52
Octal 354 307 265 0 20 27 7 24 73 122
Binary 11101100 11000111 10110101 0 10000 10111 111 10100 111011 1010010

Color Harmonies of #ECC7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC7B5

Black with #ECC7B5

Text Example


Text Example

White with #ECC7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC7B5; }

 p { color: rgb(236,199,181); }

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

background-color css

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

 a { background-color: rgb(236,199,181); }

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

border-color css

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

 span { border-color: rgb(236,199,181); }

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