Html Css Color HEX #ECD4AC Givry

📋 copy color: '#ECD4AC'

red 236 ◦ green 212 ◦ blue 172

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

Shades of Givry #ECD4AC

Tints of Givry #ECD4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.19%

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

R = 38.06%
G = 34.19%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ECD4AC (or 0xECD4AC) is known color: Givry. HEX triplet: EC, D4 and AC. RGB value is (236,212,172). Sum of RGB (Red+Green+Blue) = 236+212+172=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD4AC is #132B53. Grayscale: #D6D6D6. Windows color (decimal): -1256276 or 11326700. OLE color: 11326700.

HSL color Cylindrical-coordinate representation of color #ECD4AC: hue angle of 37.5º 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 #ECD4AC is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 172 -
CMYK 0 0.10 0.27 0.07
HSL 37.5º 0.63% 0.8% -
HSV(B) 37.5º 0.27% 0.93% -
XYZ 65.58 67.9 48.68 -
YUV 214.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 236 212 172 0 0.10 0.27 0.07 37.5 0.63 0.8
Hex EC D4 AC 0 A 1B 7 26 3F 50
Octal 354 324 254 0 12 33 7 46 77 120
Binary 11101100 11010100 10101100 0 1010 11011 111 100110 111111 1010000

Color Harmonies of #ECD4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4AC

Black with #ECD4AC

Text Example


Text Example

White with #ECD4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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