Html Css Color HEX #ECD6AB Givry

📋 copy color: '#ECD6AB'

red 236 ◦ green 214 ◦ blue 171

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

Shades of Givry #ECD6AB

Tints of Givry #ECD6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.46%

 BLUE value IS 171 (67.19% from 255) = 27.54%

R = 38%
G = 34.46%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECD6AB (or 0xECD6AB) is known color: Givry. HEX triplet: EC, D6 and AB. RGB value is (236,214,171). Sum of RGB (Red+Green+Blue) = 236+214+171=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD6AB is #132954. Grayscale: #D7D7D7. Windows color (decimal): -1255765 or 11261676. OLE color: 11261676.

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

Color convert

RGB 236 214 171 -
CMYK 0 0.09 0.28 0.07
HSL 39.69º 0.63% 0.8% -
HSV(B) 39.69º 0.28% 0.93% -
XYZ 65.99 68.87 48.34 -
YUV 215.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 236 214 171 0 0.09 0.28 0.07 39.69 0.63 0.8
Hex EC D6 AB 0 9 1C 7 28 3F 50
Octal 354 326 253 0 11 34 7 50 77 120
Binary 11101100 11010110 10101011 0 1001 11100 111 101000 111111 1010000

Color Harmonies of #ECD6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6AB

Black with #ECD6AB

Text Example


Text Example

White with #ECD6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6AB; }

 p { color: rgb(236,214,171); }

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

background-color css

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

 a { background-color: rgb(236,214,171); }

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

border-color css

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

 span { border-color: rgb(236,214,171); }

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