Html Css Color HEX #ECD0AC Givry

📋 copy color: '#ECD0AC'

red 236 ◦ green 208 ◦ blue 172

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

Shades of Givry #ECD0AC

Tints of Givry #ECD0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.77%

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

R = 38.31%
G = 33.77%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ECD0AC (or 0xECD0AC) is known color: Givry. HEX triplet: EC, D0 and AC. RGB value is (236,208,172). Sum of RGB (Red+Green+Blue) = 236+208+172=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0AC is #132F53. Grayscale: #D4D4D4. Windows color (decimal): -1257300 or 11325676. OLE color: 11325676.

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

Color convert

RGB 236 208 172 -
CMYK 0 0.12 0.27 0.07
HSL 33.75º 0.63% 0.8% -
HSV(B) 33.75º 0.27% 0.93% -
XYZ 64.59 65.92 48.35 -
YUV 212.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 236 208 172 0 0.12 0.27 0.07 33.75 0.63 0.8
Hex EC D0 AC 0 C 1B 7 22 3F 50
Octal 354 320 254 0 14 33 7 42 77 120
Binary 11101100 11010000 10101100 0 1100 11011 111 100010 111111 1010000

Color Harmonies of #ECD0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0AC

Black with #ECD0AC

Text Example


Text Example

White with #ECD0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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