Html Css Color HEX #ECD1AC Givry

📋 copy color: '#ECD1AC'

red 236 ◦ green 209 ◦ blue 172

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

Shades of Givry #ECD1AC

Tints of Givry #ECD1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.88%

R = 38.25%
G = 33.87%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ECD1AC (or 0xECD1AC) is known color: Givry. HEX triplet: EC, D1 and AC. RGB value is (236,209,172). Sum of RGB (Red+Green+Blue) = 236+209+172=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1AC is #132E53. Grayscale: #D5D5D5. Windows color (decimal): -1257044 or 11325932. OLE color: 11325932.

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

Color convert

RGB 236 209 172 -
CMYK 0 0.11 0.27 0.07
HSL 34.69º 0.63% 0.8% -
HSV(B) 34.69º 0.27% 0.93% -
XYZ 64.84 66.41 48.43 -
YUV 212.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 236 209 172 0 0.11 0.27 0.07 34.69 0.63 0.8
Hex EC D1 AC 0 B 1B 7 23 3F 50
Octal 354 321 254 0 13 33 7 43 77 120
Binary 11101100 11010001 10101100 0 1011 11011 111 100011 111111 1010000

Color Harmonies of #ECD1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1AC

Black with #ECD1AC

Text Example


Text Example

White with #ECD1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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