Html Css Color HEX #ECD1AE Givry

📋 copy color: '#ECD1AE'

red 236 ◦ green 209 ◦ blue 174

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

Shades of Givry #ECD1AE

Tints of Givry #ECD1AE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.76%

 BLUE value IS 174 (68.36% from 255) = 28.11%

R = 38.13%
G = 33.76%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECD1AE (or 0xECD1AE) is known color: Givry. HEX triplet: EC, D1 and AE. RGB value is (236,209,174). Sum of RGB (Red+Green+Blue) = 236+209+174=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1AE is #132E51. Grayscale: #D5D5D5. Windows color (decimal): -1257042 or 11457004. OLE color: 11457004.

HSL color Cylindrical-coordinate representation of color #ECD1AE: hue angle of 33.87º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECD1AE is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 209 174 -
CMYK 0 0.11 0.26 0.07
HSL 33.87º 0.62% 0.8% -
HSV(B) 33.87º 0.26% 0.93% -
XYZ 65.03 66.49 49.45 -
YUV 213.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 236 209 174 0 0.11 0.26 0.07 33.87 0.62 0.8
Hex EC D1 AE 0 B 1A 7 22 3E 50
Octal 354 321 256 0 13 32 7 42 76 120
Binary 11101100 11010001 10101110 0 1011 11010 111 100010 111110 1010000

Color Harmonies of #ECD1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1AE

Black with #ECD1AE

Text Example


Text Example

White with #ECD1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1AE; }

 p { color: rgb(236,209,174); }

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

background-color css

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

 a { background-color: rgb(236,209,174); }

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

border-color css

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

 span { border-color: rgb(236,209,174); }

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