Html Css Color HEX #ECD5AC Givry

📋 copy color: '#ECD5AC'

red 236 ◦ green 213 ◦ blue 172

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

Shades of Givry #ECD5AC

Tints of Givry #ECD5AC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.3%

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

R = 38%
G = 34.3%
B = 27.7%

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

#ECD5AC (or 0xECD5AC) is known color: Givry. HEX triplet: EC, D5 and AC. RGB value is (236,213,172). Sum of RGB (Red+Green+Blue) = 236+213+172=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD5AC is #132A53. Grayscale: #D7D7D7. Windows color (decimal): -1256020 or 11326956. OLE color: 11326956.

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

Color convert

RGB 236 213 172 -
CMYK 0 0.10 0.27 0.07
HSL 38.44º 0.63% 0.8% -
HSV(B) 38.44º 0.27% 0.93% -
XYZ 65.83 68.4 48.76 -
YUV 215.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 236 213 172 0 0.10 0.27 0.07 38.44 0.63 0.8
Hex EC D5 AC 0 A 1B 7 26 3F 50
Octal 354 325 254 0 12 33 7 46 77 120
Binary 11101100 11010101 10101100 0 1010 11011 111 100110 111111 1010000

Color Harmonies of #ECD5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5AC

Black with #ECD5AC

Text Example


Text Example

White with #ECD5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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